#539E70

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

Shades of Ocean Green #539E70

Tints of Ocean Green #539E70

Color information

#539E70 (or 0x539E70) is unknown color: approx Ocean Green. HEX triplet: 53, 9E and 70. RGB value is (83,158,112). Sum of RGB (Red+Green+Blue) = 83+158+112=353 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.51% from 353); Green value is 158 (62.11% from 255 or 44.76% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 158 - color contains mainly: green. Hex color #539E70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539E70 is #AC618F. Grayscale: #828282. Windows color (decimal): -11297168 or 7380563. OLE color: 7380563.

HSL color Cylindrical-coordinate representation of color #539E70: hue angle of 143.2º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #539E70 is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB83158112-
CMYK0.4700.290.38
HSL143.2º31.12%47.25%-
HSV(B)143.2º47.47%61.96%-
XYZ18.7227.4619.64-
YUV130.33117.6594.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.51%
GREEN value IS 158 (62.11% from 255) = 44.76%
BLUE value IS 112 (44.14% from 255) = 31.73%
R=23.51%
G=44.76%
B=31.73%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal831581120.4700.290.38143.231.1247.25
Hex539E702F01D268f1f2f
Octal12323616057035462173757
Binary10100111001111011100001011110111011001101000111111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539E70; }

 p { color: rgb(83,158,112); }

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

<style>
 a { background-color: #539E70; }

 a { background-color: rgb(83,158,112); }

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

<style>
 span { border-color: #539E70; }

 span { border-color: rgb(83,158,112); }

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