#57AB76

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

Shades of Ocean Green #57AB76

Tints of Ocean Green #57AB76

Color information

#57AB76 (or 0x57AB76) is unknown color: approx Ocean Green. HEX triplet: 57, AB and 76. RGB value is (87,171,118). Sum of RGB (Red+Green+Blue) = 87+171+118=376 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.14% from 376); Green value is 171 (67.19% from 255 or 45.48% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 171 - color contains mainly: green. Hex color #57AB76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57AB76 is #A85489. Grayscale: #8B8B8B. Windows color (decimal): -11031690 or 7777111. OLE color: 7777111.

HSL color Cylindrical-coordinate representation of color #57AB76: hue angle of 142.14º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #57AB76 is Cyan = 0.49, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB87171118-
CMYK0.4900.310.33
HSL142.14º33.33%50.59%-
HSV(B)142.14º49.12%67.06%-
XYZ21.7632.4622.26-
YUV139.84115.6790.31-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.14%
GREEN value IS 171 (67.19% from 255) = 45.48%
BLUE value IS 118 (46.48% from 255) = 31.38%
R=23.14%
G=45.48%
B=31.38%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal871711180.4900.310.33142.1433.3350.59
Hex57AB763101F218e2133
Octal12725316661037412164163
Binary101011110101011111011011000101111110000110001110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57AB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,171,118); }

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

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

 a { background-color: rgb(87,171,118); }

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

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

 span { border-color: rgb(87,171,118); }

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