#57A995

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

Shades of Keppel #57A995

Tints of Keppel #57A995

Color information

#57A995 (or 0x57A995) is unknown color: approx Keppel. HEX triplet: 57, A9 and 95. RGB value is (87,169,149). Sum of RGB (Red+Green+Blue) = 87+169+149=405 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.48% from 405); Green value is 169 (66.41% from 255 or 41.73% from 405); Blue value is 149 (58.59% from 255 or 36.79% from 405); Max value from RGB is 169 - color contains mainly: green. Hex color #57A995 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57A995 is #A8566A. Grayscale: #8E8E8E. Windows color (decimal): -11032171 or 9808215. OLE color: 9808215.

HSL color Cylindrical-coordinate representation of color #57A995: hue angle of 165.37º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #57A995 is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB87169149-
CMYK0.4900.120.34
HSL165.37º32.28%50.2%-
HSV(B)165.37º48.52%66.27%-
XYZ23.5432.5733.48-
YUV142.2131.8388.63-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.48%
GREEN value IS 169 (66.41% from 255) = 41.73%
BLUE value IS 149 (58.59% from 255) = 36.79%
R=21.48%
G=41.73%
B=36.79%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal871691490.4900.120.34165.3732.2850.2
Hex57A995310C22a52032
Octal12725122561014422454062
Binary101011110101001100101011100010110010001010100101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,169,149); }

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

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

 a { background-color: rgb(87,169,149); }

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

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

 span { border-color: rgb(87,169,149); }

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