Html Css Color HEX #68AD8D Acapulco

📋 copy color: '#68AD8D'

red 104 ◦ green 173 ◦ blue 141

#68AD8D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Acapulco #68AD8D

Tints of Acapulco #68AD8D

RGB

 RED value IS 104 (41.02% from 255) = 24.88%

 GREEN value IS 173 (67.97% from 255) = 41.39%

 BLUE value IS 141 (55.47% from 255) = 33.73%

R = 24.88%
G = 41.39%
B = 33.73%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.18

 K value IS 0.32

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#68AD8D (or 0x68AD8D) is known color: Acapulco. HEX triplet: 68, AD and 8D. RGB value is (104,173,141). Sum of RGB (Red+Green+Blue) = 104+173+141=418 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.88% from 418); Green value is 173 (67.97% from 255 or 41.39% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 173 - color contains mainly: green. Hex color #68AD8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AD8D is #975272. Grayscale: #949494. Windows color (decimal): -9917043 or 9284968. OLE color: 9284968.

HSL color Cylindrical-coordinate representation of color #68AD8D: hue angle of 152.17º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68AD8D is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB 104 173 141 -
CMYK 0.40 0 0.18 0.32
HSL 152.17º 0.3% 0.54% -
HSV(B) 152.17º 0.4% 0.68% -
XYZ 25.46 34.75 30.57 -
YUV 148.72 123.64 96.1 -
System Red Green Blue C M Y K H S L
Decimal 104 173 141 0.40 0 0.18 0.32 152.17 0.3 0.54
Hex 68 AD 8D 28 0 12 20 98 1E 36
Octal 150 255 215 50 0 22 40 230 36 66
Binary 1101000 10101101 10001101 101000 0 10010 100000 10011000 11110 110110

Color Harmonies of #68AD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AD8D

Black with #68AD8D

Text Example


Text Example

White with #68AD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68AD8D; }

 p { color: rgb(104,173,141); }

 H1.HeaderClassName
 {
   color: #68AD8D;
 }
 .AnyTagClassName
 {
   color: #68AD8D;
 }
</style>

background-color css

<style>
 a { background-color: #68AD8D; }

 a { background-color: rgb(104,173,141); }

 div.DivClassName
 {
   background-color: #68AD8D;
 }
 .BgClassName
 {
   background-color: #68AD8D;
 }
</style>

border-color css

<style>
 span { border-color: #68AD8D; }

 span { border-color: rgb(104,173,141); }

 td.TdClassName
 {
   border-color: #68AD8D;
 }
 .TagClassName
 {
   border-color: #68AD8D;
 }
</style>