Html Css Color HEX #539E7D Ocean Green

📋 copy color: '#539E7D'

red 83 ◦ green 158 ◦ blue 125

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

Shades of Ocean Green #539E7D

Tints of Ocean Green #539E7D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 43.17%

 BLUE value IS 125 (49.22% from 255) = 34.15%

R = 22.68%
G = 43.17%
B = 34.15%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#539E7D (or 0x539E7D) is known color: Ocean Green. HEX triplet: 53, 9E and 7D. RGB value is (83,158,125). Sum of RGB (Red+Green+Blue) = 83+158+125=366 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.68% from 366); Green value is 158 (62.11% from 255 or 43.17% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 158 - color contains mainly: green. Hex color #539E7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539E7D is #AC6182. Grayscale: #838383. Windows color (decimal): -11297155 or 8232531. OLE color: 8232531.

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

Color convert

RGB 83 158 125 -
CMYK 0.47 0 0.21 0.38
HSL 153.6º 0.31% 0.47% -
HSV(B) 153.6º 0.47% 0.62% -
XYZ 19.5 27.77 23.74 -
YUV 131.81 124.15 93.18 -
System Red Green Blue C M Y K H S L
Decimal 83 158 125 0.47 0 0.21 0.38 153.6 0.31 0.47
Hex 53 9E 7D 2F 0 15 26 9A 1F 2F
Octal 123 236 175 57 0 25 46 232 37 57
Binary 1010011 10011110 1111101 101111 0 10101 100110 10011010 11111 101111

Color Harmonies of #539E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539E7D

Black with #539E7D

Text Example


Text Example

White with #539E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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