#57B67A

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

Shades of Ocean Green #57B67A

Tints of Ocean Green #57B67A

Color information

#57B67A (or 0x57B67A) is unknown color: approx Ocean Green. HEX triplet: 57, B6 and 7A. RGB value is (87,182,122). Sum of RGB (Red+Green+Blue) = 87+182+122=391 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.25% from 391); Green value is 182 (71.48% from 255 or 46.55% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 182 - color contains mainly: green. Hex color #57B67A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #57B67A is #A84985. Grayscale: #929292. Windows color (decimal): -11028870 or 8042071. OLE color: 8042071.

HSL color Cylindrical-coordinate representation of color #57B67A: hue angle of 142.11º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #57B67A is Cyan = 0.52, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB87182122-
CMYK0.5200.330.29
HSL142.11º39.42%52.75%-
HSV(B)142.11º52.2%71.37%-
XYZ24.1736.8924.26-
YUV146.76114.0385.38-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.25%
GREEN value IS 182 (71.48% from 255) = 46.55%
BLUE value IS 122 (48.05% from 255) = 31.20%
R=22.25%
G=46.55%
B=31.20%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal871821220.5200.330.29142.1139.4252.75
Hex57B67A340211D8e2735
Octal12726617264041352164765
Binary101011110110110111101011010001000011110110001110100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57B67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,182,122); }

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

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

 a { background-color: rgb(87,182,122); }

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

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

 span { border-color: rgb(87,182,122); }

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