#539A7A

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

Shades of Ocean Green #539A7A

Tints of Ocean Green #539A7A

Color information

#539A7A (or 0x539A7A) is unknown color: approx Ocean Green. HEX triplet: 53, 9A and 7A. RGB value is (83,154,122). Sum of RGB (Red+Green+Blue) = 83+154+122=359 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.12% from 359); Green value is 154 (60.55% from 255 or 42.90% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 154 - color contains mainly: green. Hex color #539A7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539A7A is #AC6585. Grayscale: #818181. Windows color (decimal): -11298182 or 8034899. OLE color: 8034899.

HSL color Cylindrical-coordinate representation of color #539A7A: hue angle of 152.96º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #539A7A is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB83154122-
CMYK0.4600.210.40
HSL152.96º29.96%46.47%-
HSV(B)152.96º46.1%60.39%-
XYZ18.6426.3622.52-
YUV129.12123.9895.1-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.12%
GREEN value IS 154 (60.55% from 255) = 42.90%
BLUE value IS 122 (48.05% from 255) = 33.98%
R=23.12%
G=42.90%
B=33.98%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal831541220.4600.210.40152.9629.9646.47
Hex539A7A2E01528991e2e
Octal12323217256025502313656
Binary10100111001101011110101011100101011010001001100111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,154,122); }

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

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

 a { background-color: rgb(83,154,122); }

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

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

 span { border-color: rgb(83,154,122); }

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