#66AC96

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

Shades of Keppel #66AC96

Tints of Keppel #66AC96

Color information

#66AC96 (or 0x66AC96) is unknown color: approx Keppel. HEX triplet: 66, AC and 96. RGB value is (102,172,150). Sum of RGB (Red+Green+Blue) = 102+172+150=424 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24.06% from 424); Green value is 172 (67.58% from 255 or 40.57% from 424); Blue value is 150 (58.98% from 255 or 35.38% from 424); Max value from RGB is 172 - color contains mainly: green. Hex color #66AC96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AC96 is #995369. Grayscale: #949494. Windows color (decimal): -10048362 or 9874534. OLE color: 9874534.

HSL color Cylindrical-coordinate representation of color #66AC96: hue angle of 161.14º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #66AC96 is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB102172150-
CMYK0.4100.130.33
HSL161.14º29.66%53.73%-
HSV(B)161.14º40.7%67.45%-
XYZ25.7434.5334.16-
YUV148.56128.8194.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.06%
GREEN value IS 172 (67.58% from 255) = 40.57%
BLUE value IS 150 (58.98% from 255) = 35.38%
R=24.06%
G=40.57%
B=35.38%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021721500.4100.130.33161.1429.6653.73
Hex66AC96290D21a11e36
Octal14625422651015412413666
Binary11001101010110010010110101001011011000011010000111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,172,150); }

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

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

 a { background-color: rgb(102,172,150); }

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

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

 span { border-color: rgb(102,172,150); }

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