Html Css Color HEX #539E6B Ocean Green

📋 copy color: '#539E6B'

red 83 ◦ green 158 ◦ blue 107

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

Shades of Ocean Green #539E6B

Tints of Ocean Green #539E6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.75%

R = 23.85%
G = 45.4%
B = 30.75%

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

#539E6B (or 0x539E6B) is known color: Ocean Green. HEX triplet: 53, 9E and 6B. RGB value is (83,158,107). Sum of RGB (Red+Green+Blue) = 83+158+107=348 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.85% from 348); Green value is 158 (62.11% from 255 or 45.40% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 158 - color contains mainly: green. Hex color #539E6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539E6B is #AC6194. Grayscale: #818181. Windows color (decimal): -11297173 or 7052883. OLE color: 7052883.

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

Color convert

RGB 83 158 107 -
CMYK 0.47 0 0.32 0.38
HSL 139.2º 0.31% 0.47% -
HSV(B) 139.2º 0.47% 0.62% -
XYZ 18.45 27.35 18.22 -
YUV 129.76 115.15 94.65 -
System Red Green Blue C M Y K H S L
Decimal 83 158 107 0.47 0 0.32 0.38 139.2 0.31 0.47
Hex 53 9E 6B 2F 0 20 26 8B 1F 2F
Octal 123 236 153 57 0 40 46 213 37 57
Binary 1010011 10011110 1101011 101111 0 100000 100110 10001011 11111 101111

Color Harmonies of #539E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539E6B

Black with #539E6B

Text Example


Text Example

White with #539E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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