#57AE94

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

Shades of Keppel #57AE94

Tints of Keppel #57AE94

Color information

#57AE94 (or 0x57AE94) is unknown color: approx Keppel. HEX triplet: 57, AE and 94. RGB value is (87,174,148). Sum of RGB (Red+Green+Blue) = 87+174+148=409 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.27% from 409); Green value is 174 (68.36% from 255 or 42.54% from 409); Blue value is 148 (58.20% from 255 or 36.19% from 409); Max value from RGB is 174 - color contains mainly: green. Hex color #57AE94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57AE94 is #A8516B. Grayscale: #919191. Windows color (decimal): -11030892 or 9743959. OLE color: 9743959.

HSL color Cylindrical-coordinate representation of color #57AE94: hue angle of 162.07º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #57AE94 is Cyan = 0.5, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.32.

Color convert

RGB87174148-
CMYK0.500.150.32
HSL162.07º34.94%51.18%-
HSV(B)162.07º50%68.24%-
XYZ24.4134.4433.38-
YUV145.02129.6886.61-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.27%
GREEN value IS 174 (68.36% from 255) = 42.54%
BLUE value IS 148 (58.20% from 255) = 36.19%
R=21.27%
G=42.54%
B=36.19%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal871741480.500.150.32162.0734.9451.18
Hex57AE94320F20a22333
Octal12725622462017402424363
Binary101011110101110100101001100100111110000010100010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57AE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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