Html Css Color HEX #66A68C Acapulco

📋 copy color: '#66A68C'

red 102 ◦ green 166 ◦ blue 140

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

Shades of Acapulco #66A68C

Tints of Acapulco #66A68C

RGB

 RED value IS 102 (40.23% from 255) = 25%

 GREEN value IS 166 (65.23% from 255) = 40.69%

 BLUE value IS 140 (55.08% from 255) = 34.31%

R = 25%
G = 40.69%
B = 34.31%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#66A68C (or 0x66A68C) is known color: Acapulco. HEX triplet: 66, A6 and 8C. RGB value is (102,166,140). Sum of RGB (Red+Green+Blue) = 102+166+140=408 (54% of max value = 765). Red value is 102 (40.23% from 255 or 25% from 408); Green value is 166 (65.23% from 255 or 40.69% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 166 - color contains mainly: green. Hex color #66A68C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A68C is #995973. Grayscale: #8F8F8F. Windows color (decimal): -10049908 or 9217638. OLE color: 9217638.

HSL color Cylindrical-coordinate representation of color #66A68C: hue angle of 155.62º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #66A68C is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 102 166 140 -
CMYK 0.39 0 0.16 0.35
HSL 155.63º 0.26% 0.53% -
HSV(B) 155.63º 0.39% 0.65% -
XYZ 23.85 31.99 29.73 -
YUV 143.9 125.8 98.11 -
System Red Green Blue C M Y K H S L
Decimal 102 166 140 0.39 0 0.16 0.35 155.63 0.26 0.53
Hex 66 A6 8C 27 0 10 23 9C 1A 35
Octal 146 246 214 47 0 20 43 234 32 65
Binary 1100110 10100110 10001100 100111 0 10000 100011 10011100 11010 110101

Color Harmonies of #66A68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A68C

Black with #66A68C

Text Example


Text Example

White with #66A68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66A68C; }

 p { color: rgb(102,166,140); }

 H1.HeaderClassName
 {
   color: #66A68C;
 }
 .AnyTagClassName
 {
   color: #66A68C;
 }
</style>

background-color css

<style>
 a { background-color: #66A68C; }

 a { background-color: rgb(102,166,140); }

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

border-color css

<style>
 span { border-color: #66A68C; }

 span { border-color: rgb(102,166,140); }

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