#66BE9F

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

Shades of Keppel #66BE9F

Tints of Keppel #66BE9F

Color information

#66BE9F (or 0x66BE9F) is unknown color: approx Keppel. HEX triplet: 66, BE and 9F. RGB value is (102,190,159). Sum of RGB (Red+Green+Blue) = 102+190+159=451 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.62% from 451); Green value is 190 (74.61% from 255 or 42.13% from 451); Blue value is 159 (62.5% from 255 or 35.25% from 451); Max value from RGB is 190 - color contains mainly: green. Hex color #66BE9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BE9F is #994160. Grayscale: #A0A0A0. Windows color (decimal): -10043745 or 10468966. OLE color: 10468966.

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

Color convert

RGB102190159-
CMYK0.4600.160.25
HSL158.86º40.37%57.25%-
HSV(B)158.86º46.32%74.51%-
XYZ30.1542.1539.35-
YUV160.15127.3586.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.62%
GREEN value IS 190 (74.61% from 255) = 42.13%
BLUE value IS 159 (62.5% from 255) = 35.25%
R=22.62%
G=42.13%
B=35.25%

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
Decimal1021901590.4600.160.25158.8640.3757.25
Hex66BE9F2E010199f2839
Octal14627623756020312375071
Binary110011010111110100111111011100100001100110011111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BE9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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