#66B7A0

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

Shades of Keppel #66B7A0

Tints of Keppel #66B7A0

Color information

#66B7A0 (or 0x66B7A0) is unknown color: approx Keppel. HEX triplet: 66, B7 and A0. RGB value is (102,183,160). Sum of RGB (Red+Green+Blue) = 102+183+160=445 (58% of max value = 765). Red value is 102 (40.23% from 255 or 22.92% from 445); Green value is 183 (71.88% from 255 or 41.12% from 445); Blue value is 160 (62.89% from 255 or 35.96% from 445); Max value from RGB is 183 - color contains mainly: green. Hex color #66B7A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66B7A0 is #99485F. Grayscale: #9C9C9C. Windows color (decimal): -10045536 or 10532710. OLE color: 10532710.

HSL color Cylindrical-coordinate representation of color #66B7A0: hue angle of 162.96º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #66B7A0 is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB102183160-
CMYK0.4400.130.28
HSL162.96º36%55.88%-
HSV(B)162.96º44.26%71.76%-
XYZ28.7639.2339.31-
YUV156.16130.1689.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.92%
GREEN value IS 183 (71.88% from 255) = 41.12%
BLUE value IS 160 (62.89% from 255) = 35.96%
R=22.92%
G=41.12%
B=35.96%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1021831600.4400.130.28162.963655.88
Hex66B7A02C0D1Ca32438
Octal14626724054015342434470
Binary11001101011011110100000101100011011110010100011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B7A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,183,160); }

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

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

 a { background-color: rgb(102,183,160); }

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

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

 span { border-color: rgb(102,183,160); }

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