#66AF98

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

Shades of Keppel #66AF98

Tints of Keppel #66AF98

Color information

#66AF98 (or 0x66AF98) is unknown color: approx Keppel. HEX triplet: 66, AF and 98. RGB value is (102,175,152). Sum of RGB (Red+Green+Blue) = 102+175+152=429 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.78% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 175 - color contains mainly: green. Hex color #66AF98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AF98 is #995067. Grayscale: #969696. Windows color (decimal): -10047592 or 10006374. OLE color: 10006374.

HSL color Cylindrical-coordinate representation of color #66AF98: hue angle of 161.1º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #66AF98 is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB102175152-
CMYK0.4200.130.31
HSL161.1º31.33%54.31%-
HSV(B)161.1º41.71%68.63%-
XYZ26.4835.7535.21-
YUV150.55128.8293.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.78%
GREEN value IS 175 (68.75% from 255) = 40.79%
BLUE value IS 152 (59.77% from 255) = 35.43%
R=23.78%
G=40.79%
B=35.43%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1021751520.4200.130.31161.131.3354.31
Hex66AF982A0D1Fa11f36
Octal14625723052015372413766
Binary1100110101011111001100010101001101111111010000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,175,152); }

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

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

 a { background-color: rgb(102,175,152); }

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

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

 span { border-color: rgb(102,175,152); }

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