#539E68

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

Shades of Ocean Green #539E68

Tints of Ocean Green #539E68

Color information

#539E68 (or 0x539E68) is unknown color: approx Ocean Green. HEX triplet: 53, 9E and 68. RGB value is (83,158,104). Sum of RGB (Red+Green+Blue) = 83+158+104=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 158 (62.11% from 255 or 45.80% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 158 - color contains mainly: green. Hex color #539E68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539E68 is #AC6197. Grayscale: #818181. Windows color (decimal): -11297176 or 6856275. OLE color: 6856275.

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

Color convert

RGB83158104-
CMYK0.4700.340.38
HSL136.8º31.12%47.25%-
HSV(B)136.8º47.47%61.96%-
XYZ18.2927.2917.4-
YUV129.42113.6594.89-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.06%
GREEN value IS 158 (62.11% from 255) = 45.80%
BLUE value IS 104 (41.02% from 255) = 30.14%
R=24.06%
G=45.80%
B=30.14%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal831581040.4700.340.38136.831.1247.25
Hex539E682F02226891f2f
Octal12323615057042462113757
Binary101001110011110110100010111101000101001101000100111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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