#57B07D

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

Shades of Ocean Green #57B07D

Tints of Ocean Green #57B07D

Color information

#57B07D (or 0x57B07D) is unknown color: approx Ocean Green. HEX triplet: 57, B0 and 7D. RGB value is (87,176,125). Sum of RGB (Red+Green+Blue) = 87+176+125=388 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.42% from 388); Green value is 176 (69.14% from 255 or 45.36% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 176 - color contains mainly: green. Hex color #57B07D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57B07D is #A84F82. Grayscale: #8F8F8F. Windows color (decimal): -11030403 or 8237143. OLE color: 8237143.

HSL color Cylindrical-coordinate representation of color #57B07D: hue angle of 145.62º 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 #57B07D is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB87176125-
CMYK0.5100.290.31
HSL145.62º36.03%51.57%-
HSV(B)145.62º50.57%69.02%-
XYZ23.1634.5624.85-
YUV143.57117.5187.65-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.42%
GREEN value IS 176 (69.14% from 255) = 45.36%
BLUE value IS 125 (49.22% from 255) = 32.22%
R=22.42%
G=45.36%
B=32.22%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal871761250.5100.290.31145.6236.0351.57
Hex57B07D3301D1F922434
Octal12726017563035372224464
Binary10101111011000011111011100110111011111110010010100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57B07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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