Html Css Color HEX #539F70 Ocean Green

📋 copy color: '#539F70'

red 83 ◦ green 159 ◦ blue 112

#539F70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #539F70

Tints of Ocean Green #539F70

RGB

 RED value IS 83 (32.81% from 255) = 23.45%

 GREEN value IS 159 (62.5% from 255) = 44.92%

 BLUE value IS 112 (44.14% from 255) = 31.64%

R = 23.45%
G = 44.92%
B = 31.64%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#539F70 (or 0x539F70) is known color: Ocean Green. HEX triplet: 53, 9F and 70. RGB value is (83,159,112). Sum of RGB (Red+Green+Blue) = 83+159+112=354 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.45% from 354); Green value is 159 (62.5% from 255 or 44.92% from 354); Blue value is 112 (44.14% from 255 or 31.64% from 354); Max value from RGB is 159 - color contains mainly: green. Hex color #539F70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539F70 is #AC608F. Grayscale: #838383. Windows color (decimal): -11296912 or 7380819. OLE color: 7380819.

HSL color Cylindrical-coordinate representation of color #539F70: hue angle of 142.89º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #539F70 is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB 83 159 112 -
CMYK 0.48 0 0.30 0.38
HSL 142.89º 0.31% 0.47% -
HSV(B) 142.89º 0.48% 0.62% -
XYZ 18.89 27.81 19.7 -
YUV 130.92 117.32 93.82 -
System Red Green Blue C M Y K H S L
Decimal 83 159 112 0.48 0 0.30 0.38 142.89 0.31 0.47
Hex 53 9F 70 30 0 1E 26 8F 1F 2F
Octal 123 237 160 60 0 36 46 217 37 57
Binary 1010011 10011111 1110000 110000 0 11110 100110 10001111 11111 101111

Color Harmonies of #539F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539F70

Black with #539F70

Text Example


Text Example

White with #539F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,159,112); }

 H1.HeaderClassName
 {
   color: #539F70;
 }
 .AnyTagClassName
 {
   color: #539F70;
 }
</style>

background-color css

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

 a { background-color: rgb(83,159,112); }

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

border-color css

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

 span { border-color: rgb(83,159,112); }

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