#66B2A0

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

Shades of Keppel #66B2A0

Tints of Keppel #66B2A0

Color information

#66B2A0 (or 0x66B2A0) is unknown color: approx Keppel. HEX triplet: 66, B2 and A0. RGB value is (102,178,160). Sum of RGB (Red+Green+Blue) = 102+178+160=440 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.18% from 440); Green value is 178 (69.92% from 255 or 40.45% from 440); Blue value is 160 (62.89% from 255 or 36.36% from 440); Max value from RGB is 178 - color contains mainly: green. Hex color #66B2A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66B2A0 is #994D5F. Grayscale: #999999. Windows color (decimal): -10046816 or 10531430. OLE color: 10531430.

HSL color Cylindrical-coordinate representation of color #66B2A0: hue angle of 165.79º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #66B2A0 is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB102178160-
CMYK0.4300.100.30
HSL165.79º33.04%54.9%-
HSV(B)165.79º42.7%69.8%-
XYZ27.7537.238.98-
YUV153.22131.8291.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.18%
GREEN value IS 178 (69.92% from 255) = 40.45%
BLUE value IS 160 (62.89% from 255) = 36.36%
R=23.18%
G=40.45%
B=36.36%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1021781600.4300.100.30165.7933.0454.9
Hex66B2A02B0A1Ea62137
Octal14626224053012362464167
Binary11001101011001010100000101011010101111010100110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B2A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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