Html Css Color HEX #539F6E Ocean Green

📋 copy color: '#539F6E'

red 83 ◦ green 159 ◦ blue 110

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

Shades of Ocean Green #539F6E

Tints of Ocean Green #539F6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.25%

R = 23.58%
G = 45.17%
B = 31.25%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#539F6E (or 0x539F6E) is known color: Ocean Green. HEX triplet: 53, 9F and 6E. RGB value is (83,159,110). Sum of RGB (Red+Green+Blue) = 83+159+110=352 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.58% from 352); Green value is 159 (62.5% from 255 or 45.17% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 159 - color contains mainly: green. Hex color #539F6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539F6E is #AC6091. Grayscale: #828282. Windows color (decimal): -11296914 or 7249747. OLE color: 7249747.

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

Color convert

RGB 83 159 110 -
CMYK 0.48 0 0.31 0.38
HSL 141.32º 0.31% 0.47% -
HSV(B) 141.32º 0.48% 0.62% -
XYZ 18.78 27.76 19.12 -
YUV 130.69 116.32 93.98 -
System Red Green Blue C M Y K H S L
Decimal 83 159 110 0.48 0 0.31 0.38 141.32 0.31 0.47
Hex 53 9F 6E 30 0 1F 26 8D 1F 2F
Octal 123 237 156 60 0 37 46 215 37 57
Binary 1010011 10011111 1101110 110000 0 11111 100110 10001101 11111 101111

Color Harmonies of #539F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539F6E

Black with #539F6E

Text Example


Text Example

White with #539F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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