#66B99A

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

Shades of Keppel #66B99A

Tints of Keppel #66B99A

Color information

#66B99A (or 0x66B99A) is unknown color: approx Keppel. HEX triplet: 66, B9 and 9A. RGB value is (102,185,154). Sum of RGB (Red+Green+Blue) = 102+185+154=441 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.13% from 441); Green value is 185 (72.66% from 255 or 41.95% from 441); Blue value is 154 (60.55% from 255 or 34.92% from 441); Max value from RGB is 185 - color contains mainly: green. Hex color #66B99A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66B99A is #994665. Grayscale: #9C9C9C. Windows color (decimal): -10045030 or 10140006. OLE color: 10140006.

HSL color Cylindrical-coordinate representation of color #66B99A: hue angle of 157.59º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66B99A is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB102185154-
CMYK0.4500.170.27
HSL157.59º37.22%56.27%-
HSV(B)157.59º44.86%72.55%-
XYZ28.6639.8636.75-
YUV156.65126.589.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.13%
GREEN value IS 185 (72.66% from 255) = 41.95%
BLUE value IS 154 (60.55% from 255) = 34.92%
R=23.13%
G=41.95%
B=34.92%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1021851540.4500.170.27157.5937.2256.27
Hex66B99A2D0111B9e2538
Octal14627123255021332364570
Binary110011010111001100110101011010100011101110011110100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,185,154); }

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

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

 a { background-color: rgb(102,185,154); }

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

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

 span { border-color: rgb(102,185,154); }

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