Html Css Color HEX #539E6C Ocean Green

📋 copy color: '#539E6C'

red 83 ◦ green 158 ◦ blue 108

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

Shades of Ocean Green #539E6C

Tints of Ocean Green #539E6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.95%

R = 23.78%
G = 45.27%
B = 30.95%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#539E6C (or 0x539E6C) is known color: Ocean Green. HEX triplet: 53, 9E and 6C. RGB value is (83,158,108). Sum of RGB (Red+Green+Blue) = 83+158+108=349 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.78% from 349); Green value is 158 (62.11% from 255 or 45.27% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 158 - color contains mainly: green. Hex color #539E6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539E6C is #AC6193. Grayscale: #828282. Windows color (decimal): -11297172 or 7118419. OLE color: 7118419.

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

Color convert

RGB 83 158 108 -
CMYK 0.47 0 0.32 0.38
HSL 140º 0.31% 0.47% -
HSV(B) 140º 0.47% 0.62% -
XYZ 18.5 27.38 18.5 -
YUV 129.88 115.65 94.57 -
System Red Green Blue C M Y K H S L
Decimal 83 158 108 0.47 0 0.32 0.38 140 0.31 0.47
Hex 53 9E 6C 2F 0 20 26 8C 1F 2F
Octal 123 236 154 57 0 40 46 214 37 57
Binary 1010011 10011110 1101100 101111 0 100000 100110 10001100 11111 101111

Color Harmonies of #539E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539E6C

Black with #539E6C

Text Example


Text Example

White with #539E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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