Html Css Color HEX #539F7A Ocean Green

📋 copy color: '#539F7A'

red 83 ◦ green 159 ◦ blue 122

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

Shades of Ocean Green #539F7A

Tints of Ocean Green #539F7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.52%

R = 22.8%
G = 43.68%
B = 33.52%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#539F7A (or 0x539F7A) is known color: Ocean Green. HEX triplet: 53, 9F and 7A. RGB value is (83,159,122). Sum of RGB (Red+Green+Blue) = 83+159+122=364 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.80% from 364); Green value is 159 (62.5% from 255 or 43.68% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 159 - color contains mainly: green. Hex color #539F7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539F7A is #AC6085. Grayscale: #848484. Windows color (decimal): -11296902 or 8036179. OLE color: 8036179.

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

Color convert

RGB 83 159 122 -
CMYK 0.48 0 0.23 0.38
HSL 150.79º 0.31% 0.47% -
HSV(B) 150.79º 0.48% 0.62% -
XYZ 19.48 28.04 22.8 -
YUV 132.06 122.32 93.01 -
System Red Green Blue C M Y K H S L
Decimal 83 159 122 0.48 0 0.23 0.38 150.79 0.31 0.47
Hex 53 9F 7A 30 0 17 26 97 1F 2F
Octal 123 237 172 60 0 27 46 227 37 57
Binary 1010011 10011111 1111010 110000 0 10111 100110 10010111 11111 101111

Color Harmonies of #539F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539F7A

Black with #539F7A

Text Example


Text Example

White with #539F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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