#66AE9B

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

Shades of Keppel #66AE9B

Tints of Keppel #66AE9B

Color information

#66AE9B (or 0x66AE9B) is unknown color: approx Keppel. HEX triplet: 66, AE and 9B. RGB value is (102,174,155). Sum of RGB (Red+Green+Blue) = 102+174+155=431 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.67% from 431); Green value is 174 (68.36% from 255 or 40.37% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 174 - color contains mainly: green. Hex color #66AE9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AE9B is #995164. Grayscale: #969696. Windows color (decimal): -10047845 or 10202726. OLE color: 10202726.

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

Color convert

RGB102174155-
CMYK0.4100.110.32
HSL164.17º30.77%54.12%-
HSV(B)164.17º41.38%68.24%-
XYZ26.5335.4636.46-
YUV150.31130.6593.54-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.67%
GREEN value IS 174 (68.36% from 255) = 40.37%
BLUE value IS 155 (60.94% from 255) = 35.96%
R=23.67%
G=40.37%
B=35.96%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1021741550.4100.110.32164.1730.7754.12
Hex66AE9B290B20a41f36
Octal14625623351013402443766
Binary11001101010111010011011101001010111000001010010011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,174,155); }

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

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

 a { background-color: rgb(102,174,155); }

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

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

 span { border-color: rgb(102,174,155); }

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