#66BE9C

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

Shades of Keppel #66BE9C

Tints of Keppel #66BE9C

Color information

#66BE9C (or 0x66BE9C) is unknown color: approx Keppel. HEX triplet: 66, BE and 9C. RGB value is (102,190,156). Sum of RGB (Red+Green+Blue) = 102+190+156=448 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.77% from 448); Green value is 190 (74.61% from 255 or 42.41% from 448); Blue value is 156 (61.33% from 255 or 34.82% from 448); Max value from RGB is 190 - color contains mainly: green. Hex color #66BE9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BE9C is #994163. Grayscale: #9F9F9F. Windows color (decimal): -10043748 or 10272358. OLE color: 10272358.

HSL color Cylindrical-coordinate representation of color #66BE9C: hue angle of 156.82º 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 #66BE9C is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB102190156-
CMYK0.4600.180.25
HSL156.82º40.37%57.25%-
HSV(B)156.82º46.32%74.51%-
XYZ29.8942.0537.99-
YUV159.81125.8586.76-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.77%
GREEN value IS 190 (74.61% from 255) = 42.41%
BLUE value IS 156 (61.33% from 255) = 34.82%
R=22.77%
G=42.41%
B=34.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1021901560.4600.180.25156.8240.3757.25
Hex66BE9C2E012199d2839
Octal14627623456022312355071
Binary110011010111110100111001011100100101100110011101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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