#57AA8E

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

Shades of Keppel #57AA8E

Tints of Keppel #57AA8E

Color information

#57AA8E (or 0x57AA8E) is unknown color: approx Keppel. HEX triplet: 57, AA and 8E. RGB value is (87,170,142). Sum of RGB (Red+Green+Blue) = 87+170+142=399 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.80% from 399); Green value is 170 (66.80% from 255 or 42.61% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 170 - color contains mainly: green. Hex color #57AA8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57AA8E is #A85571. Grayscale: #8E8E8E. Windows color (decimal): -11031922 or 9349719. OLE color: 9349719.

HSL color Cylindrical-coordinate representation of color #57AA8E: hue angle of 159.76º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #57AA8E is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB87170142-
CMYK0.4900.160.33
HSL159.76º32.81%50.39%-
HSV(B)159.76º48.82%66.67%-
XYZ23.1932.7330.69-
YUV141.9912888.78-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.80%
GREEN value IS 170 (66.80% from 255) = 42.61%
BLUE value IS 142 (55.86% from 255) = 35.59%
R=21.80%
G=42.61%
B=35.59%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal871701420.4900.160.33159.7632.8150.39
Hex57AA8E3101021a02132
Octal12725221661020412404162
Binary1010111101010101000111011000101000010000110100000100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57AA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57AA8E; }

 p { color: rgb(87,170,142); }

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

<style>
 a { background-color: #57AA8E; }

 a { background-color: rgb(87,170,142); }

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

<style>
 span { border-color: #57AA8E; }

 span { border-color: rgb(87,170,142); }

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