#539E6F

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

Shades of Ocean Green #539E6F

Tints of Ocean Green #539E6F

Color information

#539E6F (or 0x539E6F) is unknown color: approx Ocean Green. HEX triplet: 53, 9E and 6F. RGB value is (83,158,111). Sum of RGB (Red+Green+Blue) = 83+158+111=352 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.58% from 352); Green value is 158 (62.11% from 255 or 44.89% from 352); Blue value is 111 (43.75% from 255 or 31.53% from 352); Max value from RGB is 158 - color contains mainly: green. Hex color #539E6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539E6F is #AC6190. Grayscale: #828282. Windows color (decimal): -11297169 or 7315027. OLE color: 7315027.

HSL color Cylindrical-coordinate representation of color #539E6F: hue angle of 142.4º 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 #539E6F is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB83158111-
CMYK0.4700.300.38
HSL142.4º31.12%47.25%-
HSV(B)142.4º47.47%61.96%-
XYZ18.6627.4419.35-
YUV130.22117.1594.32-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.58%
GREEN value IS 158 (62.11% from 255) = 44.89%
BLUE value IS 111 (43.75% from 255) = 31.53%
R=23.58%
G=44.89%
B=31.53%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal831581110.4700.300.38142.431.1247.25
Hex539E6F2F01E268e1f2f
Octal12323615757036462163757
Binary10100111001111011011111011110111101001101000111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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