#57AB6F

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

Shades of Ocean Green #57AB6F

Tints of Ocean Green #57AB6F

Color information

#57AB6F (or 0x57AB6F) is unknown color: approx Ocean Green. HEX triplet: 57, AB and 6F. RGB value is (87,171,111). Sum of RGB (Red+Green+Blue) = 87+171+111=369 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.58% from 369); Green value is 171 (67.19% from 255 or 46.34% from 369); Blue value is 111 (43.75% from 255 or 30.08% from 369); Max value from RGB is 171 - color contains mainly: green. Hex color #57AB6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57AB6F is #A85490. Grayscale: #8B8B8B. Windows color (decimal): -11031697 or 7318359. OLE color: 7318359.

HSL color Cylindrical-coordinate representation of color #57AB6F: hue angle of 137.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 #57AB6F is Cyan = 0.49, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB87171111-
CMYK0.4900.350.33
HSL137.14º33.33%50.59%-
HSV(B)137.14º49.12%67.06%-
XYZ21.3632.320.15-
YUV139.04112.1790.88-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.58%
GREEN value IS 171 (67.19% from 255) = 46.34%
BLUE value IS 111 (43.75% from 255) = 30.08%
R=23.58%
G=46.34%
B=30.08%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal871711110.4900.350.33137.1433.3350.59
Hex57AB6F3102321892133
Octal12725315761043412114163
Binary1010111101010111101111110001010001110000110001001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57AB6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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