#539B6A

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

Shades of Ocean Green #539B6A

Tints of Ocean Green #539B6A

Color information

#539B6A (or 0x539B6A) is unknown color: approx Ocean Green. HEX triplet: 53, 9B and 6A. RGB value is (83,155,106). Sum of RGB (Red+Green+Blue) = 83+155+106=344 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.13% from 344); Green value is 155 (60.94% from 255 or 45.06% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 155 - color contains mainly: green. Hex color #539B6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539B6A is #AC6495. Grayscale: #808080. Windows color (decimal): -11297942 or 6986579. OLE color: 6986579.

HSL color Cylindrical-coordinate representation of color #539B6A: hue angle of 139.17º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #539B6A is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB83155106-
CMYK0.4600.320.39
HSL139.17º30.25%46.67%-
HSV(B)139.17º46.45%60.78%-
XYZ17.8926.3217.77-
YUV127.89115.6595.98-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.13%
GREEN value IS 155 (60.94% from 255) = 45.06%
BLUE value IS 106 (41.80% from 255) = 30.81%
R=24.13%
G=45.06%
B=30.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal831551060.4600.320.39139.1730.2546.67
Hex539B6A2E020278b1e2f
Octal12323315256040472133657
Binary101001110011011110101010111001000001001111000101111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,155,106); }

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

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

 a { background-color: rgb(83,155,106); }

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

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

 span { border-color: rgb(83,155,106); }

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