#66AB95

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

Shades of Keppel #66AB95

Tints of Keppel #66AB95

Color information

#66AB95 (or 0x66AB95) is unknown color: approx Keppel. HEX triplet: 66, AB and 95. RGB value is (102,171,149). Sum of RGB (Red+Green+Blue) = 102+171+149=422 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.17% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 171 - color contains mainly: green. Hex color #66AB95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AB95 is #99546A. Grayscale: #939393. Windows color (decimal): -10048619 or 9808742. OLE color: 9808742.

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

Color convert

RGB102171149-
CMYK0.4000.130.33
HSL160.87º29.11%53.53%-
HSV(B)160.87º40.35%67.06%-
XYZ25.4734.1233.68-
YUV147.86128.6495.29-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.17%
GREEN value IS 171 (67.19% from 255) = 40.52%
BLUE value IS 149 (58.59% from 255) = 35.31%
R=24.17%
G=40.52%
B=35.31%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021711490.4000.130.33160.8729.1153.53
Hex66AB95280D21a11d36
Octal14625322550015412413566
Binary11001101010101110010101101000011011000011010000111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,171,149); }

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

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

 a { background-color: rgb(102,171,149); }

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

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

 span { border-color: rgb(102,171,149); }

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