#66AE94

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

Shades of Keppel #66AE94

Tints of Keppel #66AE94

Color information

#66AE94 (or 0x66AE94) is unknown color: approx Keppel. HEX triplet: 66, AE and 94. RGB value is (102,174,148). Sum of RGB (Red+Green+Blue) = 102+174+148=424 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24.06% from 424); Green value is 174 (68.36% from 255 or 41.04% from 424); Blue value is 148 (58.20% from 255 or 34.91% from 424); Max value from RGB is 174 - color contains mainly: green. Hex color #66AE94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AE94 is #99516B. Grayscale: #959595. Windows color (decimal): -10047852 or 9743974. OLE color: 9743974.

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

Color convert

RGB102174148-
CMYK0.4100.150.32
HSL158.33º30.77%54.12%-
HSV(B)158.33º41.38%68.24%-
XYZ25.9635.2433.45-
YUV149.51127.1594.11-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.06%
GREEN value IS 174 (68.36% from 255) = 41.04%
BLUE value IS 148 (58.20% from 255) = 34.91%
R=24.06%
G=41.04%
B=34.91%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1021741480.4100.150.32158.3330.7754.12
Hex66AE94290F209e1f36
Octal14625622451017402363766
Binary11001101010111010010100101001011111000001001111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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