#66AD9E

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

Shades of Keppel #66AD9E

Tints of Keppel #66AD9E

Color information

#66AD9E (or 0x66AD9E) is unknown color: approx Keppel. HEX triplet: 66, AD and 9E. RGB value is (102,173,158). Sum of RGB (Red+Green+Blue) = 102+173+158=433 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.56% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 173 - color contains mainly: green. Hex color #66AD9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AD9E is #995261. Grayscale: #969696. Windows color (decimal): -10048098 or 10399078. OLE color: 10399078.

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

Color convert

RGB102173158-
CMYK0.4100.090.32
HSL167.32º30.21%53.92%-
HSV(B)167.32º41.04%67.84%-
XYZ26.5935.1837.74-
YUV150.06132.4893.72-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.56%
GREEN value IS 173 (67.97% from 255) = 39.95%
BLUE value IS 158 (62.11% from 255) = 36.49%
R=23.56%
G=39.95%
B=36.49%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1021731580.4100.090.32167.3230.2153.92
Hex66AD9E290920a71e36
Octal14625523651011402473666
Binary11001101010110110011110101001010011000001010011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,173,158); }

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

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

 a { background-color: rgb(102,173,158); }

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

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

 span { border-color: rgb(102,173,158); }

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