#539E7E

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

Shades of Ocean Green #539E7E

Tints of Ocean Green #539E7E

Color information

#539E7E (or 0x539E7E) is unknown color: approx Ocean Green. HEX triplet: 53, 9E and 7E. RGB value is (83,158,126). Sum of RGB (Red+Green+Blue) = 83+158+126=367 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.62% from 367); Green value is 158 (62.11% from 255 or 43.05% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 158 - color contains mainly: green. Hex color #539E7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539E7E is #AC6181. Grayscale: #838383. Windows color (decimal): -11297154 or 8298067. OLE color: 8298067.

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

Color convert

RGB83158126-
CMYK0.4700.200.38
HSL154.4º31.12%47.25%-
HSV(B)154.4º47.47%61.96%-
XYZ19.5627.824.07-
YUV131.93124.6593.1-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.62%
GREEN value IS 158 (62.11% from 255) = 43.05%
BLUE value IS 126 (49.61% from 255) = 34.33%
R=22.62%
G=43.05%
B=34.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal831581260.4700.200.38154.431.1247.25
Hex539E7E2F014269a1f2f
Octal12323617657024462323757
Binary10100111001111011111101011110101001001101001101011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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