Html Css Color HEX #66A585 Acapulco

📋 copy color: '#66A585'

red 102 ◦ green 165 ◦ blue 133

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

Shades of Acapulco #66A585

Tints of Acapulco #66A585

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.25%

 BLUE value IS 133 (52.34% from 255) = 33.25%

R = 25.5%
G = 41.25%
B = 33.25%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#66A585 (or 0x66A585) is known color: Acapulco. HEX triplet: 66, A5 and 85. RGB value is (102,165,133). Sum of RGB (Red+Green+Blue) = 102+165+133=400 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.5% from 400); Green value is 165 (64.84% from 255 or 41.25% from 400); Blue value is 133 (52.34% from 255 or 33.25% from 400); Max value from RGB is 165 - color contains mainly: green. Hex color #66A585 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A585 is #995A7A. Grayscale: #8E8E8E. Windows color (decimal): -10050171 or 8758630. OLE color: 8758630.

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

Color convert

RGB 102 165 133 -
CMYK 0.38 0 0.19 0.35
HSL 149.52º 0.26% 0.52% -
HSV(B) 149.52º 0.38% 0.65% -
XYZ 23.17 31.43 27.04 -
YUV 142.52 122.63 99.1 -
System Red Green Blue C M Y K H S L
Decimal 102 165 133 0.38 0 0.19 0.35 149.52 0.26 0.52
Hex 66 A5 85 26 0 13 23 96 1A 34
Octal 146 245 205 46 0 23 43 226 32 64
Binary 1100110 10100101 10000101 100110 0 10011 100011 10010110 11010 110100

Color Harmonies of #66A585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A585

Black with #66A585

Text Example


Text Example

White with #66A585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,165,133); }

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

background-color css

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

 a { background-color: rgb(102,165,133); }

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

border-color css

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

 span { border-color: rgb(102,165,133); }

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