#57B094

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

Shades of Keppel #57B094

Tints of Keppel #57B094

Color information

#57B094 (or 0x57B094) is unknown color: approx Keppel. HEX triplet: 57, B0 and 94. RGB value is (87,176,148). Sum of RGB (Red+Green+Blue) = 87+176+148=411 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.17% from 411); Green value is 176 (69.14% from 255 or 42.82% from 411); Blue value is 148 (58.20% from 255 or 36.01% from 411); Max value from RGB is 176 - color contains mainly: green. Hex color #57B094 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57B094 is #A84F6B. Grayscale: #929292. Windows color (decimal): -11030380 or 9744471. OLE color: 9744471.

HSL color Cylindrical-coordinate representation of color #57B094: hue angle of 161.12º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #57B094 is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB87176148-
CMYK0.5100.160.31
HSL161.12º36.03%51.57%-
HSV(B)161.12º50.57%69.02%-
XYZ24.835.2233.51-
YUV146.2129.0185.78-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.17%
GREEN value IS 176 (69.14% from 255) = 42.82%
BLUE value IS 148 (58.20% from 255) = 36.01%
R=21.17%
G=42.82%
B=36.01%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal871761480.5100.160.31161.1236.0351.57
Hex57B094330101Fa12434
Octal12726022463020372414464
Binary101011110110000100101001100110100001111110100001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57B094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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