#66BEA0

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

Shades of Keppel #66BEA0

Tints of Keppel #66BEA0

Color information

#66BEA0 (or 0x66BEA0) is unknown color: approx Keppel. HEX triplet: 66, BE and A0. RGB value is (102,190,160). Sum of RGB (Red+Green+Blue) = 102+190+160=452 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.57% from 452); Green value is 190 (74.61% from 255 or 42.04% from 452); Blue value is 160 (62.89% from 255 or 35.40% from 452); Max value from RGB is 190 - color contains mainly: green. Hex color #66BEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BEA0 is #99415F. Grayscale: #A0A0A0. Windows color (decimal): -10043744 or 10534502. OLE color: 10534502.

HSL color Cylindrical-coordinate representation of color #66BEA0: hue angle of 159.55º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #66BEA0 is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB102190160-
CMYK0.4600.160.25
HSL159.55º40.37%57.25%-
HSV(B)159.55º46.32%74.51%-
XYZ30.2442.1939.81-
YUV160.27127.8586.44-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.57%
GREEN value IS 190 (74.61% from 255) = 42.04%
BLUE value IS 160 (62.89% from 255) = 35.40%
R=22.57%
G=42.04%
B=35.40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1021901600.4600.160.25159.5540.3757.25
Hex66BEA02E01019a02839
Octal14627624056020312405071
Binary110011010111110101000001011100100001100110100000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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