#57A99C

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

Shades of Keppel #57A99C

Tints of Keppel #57A99C

Color information

#57A99C (or 0x57A99C) is unknown color: approx Keppel. HEX triplet: 57, A9 and 9C. RGB value is (87,169,156). Sum of RGB (Red+Green+Blue) = 87+169+156=412 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.12% from 412); Green value is 169 (66.41% from 255 or 41.02% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 169 - color contains mainly: green. Hex color #57A99C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57A99C is #A85663. Grayscale: #8E8E8E. Windows color (decimal): -11032164 or 10266967. OLE color: 10266967.

HSL color Cylindrical-coordinate representation of color #57A99C: hue angle of 170.49º 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 #57A99C is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB87169156-
CMYK0.4900.080.34
HSL170.49º32.28%50.2%-
HSV(B)170.49º48.52%66.27%-
XYZ24.1232.836.51-
YUV143135.3388.06-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.12%
GREEN value IS 169 (66.41% from 255) = 41.02%
BLUE value IS 156 (61.33% from 255) = 37.86%
R=21.12%
G=41.02%
B=37.86%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal871691560.4900.080.34170.4932.2850.2
Hex57A99C310822aa2032
Octal12725123461010422524062
Binary101011110101001100111001100010100010001010101010100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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