#66AF9C

Color #66AF9C Keppel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Keppel #66AF9C

Tints of Keppel #66AF9C

Color information

#66AF9C (or 0x66AF9C) is unknown color: approx Keppel. HEX triplet: 66, AF and 9C. RGB value is (102,175,156). Sum of RGB (Red+Green+Blue) = 102+175+156=433 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.56% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 175 - color contains mainly: green. Hex color #66AF9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AF9C is #995063. Grayscale: #979797. Windows color (decimal): -10047588 or 10268518. OLE color: 10268518.

HSL color Cylindrical-coordinate representation of color #66AF9C: hue angle of 164.38º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #66AF9C is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB102175156-
CMYK0.4200.110.31
HSL164.38º31.33%54.31%-
HSV(B)164.38º41.71%68.63%-
XYZ26.8135.8936.97-
YUV151.01130.8293.04-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.56%
GREEN value IS 175 (68.75% from 255) = 40.42%
BLUE value IS 156 (61.33% from 255) = 36.03%
R=23.56%
G=40.42%
B=36.03%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1021751560.4200.110.31164.3831.3354.31
Hex66AF9C2A0B1Fa41f36
Octal14625723452013372443766
Binary1100110101011111001110010101001011111111010010011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,175,156); }

 H1.HeaderClassName
 {
   color: #66AF9C;
 }
 .AnyTagClassName
 {
   color: #66AF9C;
 }
</style>
background-color css

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

 a { background-color: rgb(102,175,156); }

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

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

 span { border-color: rgb(102,175,156); }

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