#66AD94

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

Shades of Keppel #66AD94

Tints of Keppel #66AD94

Color information

#66AD94 (or 0x66AD94) is unknown color: approx Keppel. HEX triplet: 66, AD and 94. RGB value is (102,173,148). Sum of RGB (Red+Green+Blue) = 102+173+148=423 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24.11% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 173 - color contains mainly: green. Hex color #66AD94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AD94 is #99526B. Grayscale: #949494. Windows color (decimal): -10048108 or 9743718. OLE color: 9743718.

HSL color Cylindrical-coordinate representation of color #66AD94: hue angle of 158.87º 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 #66AD94 is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB102173148-
CMYK0.4100.140.32
HSL158.87º30.21%53.92%-
HSV(B)158.87º41.04%67.84%-
XYZ25.7734.8533.39-
YUV148.92127.4894.53-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.11%
GREEN value IS 173 (67.97% from 255) = 40.90%
BLUE value IS 148 (58.20% from 255) = 34.99%
R=24.11%
G=40.90%
B=34.99%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1021731480.4100.140.32158.8730.2153.92
Hex66AD94290E209f1e36
Octal14625522451016402373666
Binary11001101010110110010100101001011101000001001111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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