Html Css Color HEX #529E79 Ocean Green

📋 copy color: '#529E79'

red 82 ◦ green 158 ◦ blue 121

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

Shades of Ocean Green #529E79

Tints of Ocean Green #529E79

RGB

 RED value IS 82 (32.42% from 255) = 22.71%

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

 BLUE value IS 121 (47.66% from 255) = 33.52%

R = 22.71%
G = 43.77%
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

#529E79 (or 0x529E79) is known color: Ocean Green. HEX triplet: 52, 9E and 79. RGB value is (82,158,121). Sum of RGB (Red+Green+Blue) = 82+158+121=361 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.71% from 361); Green value is 158 (62.11% from 255 or 43.77% from 361); Blue value is 121 (47.66% from 255 or 33.52% from 361); Max value from RGB is 158 - color contains mainly: green. Hex color #529E79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529E79 is #AD6186. Grayscale: #838383. Windows color (decimal): -11362695 or 7970386. OLE color: 7970386.

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

Color convert

RGB 82 158 121 -
CMYK 0.48 0 0.23 0.38
HSL 150.79º 0.32% 0.47% -
HSV(B) 150.79º 0.48% 0.62% -
XYZ 19.16 27.63 22.41 -
YUV 131.06 122.32 93.01 -
System Red Green Blue C M Y K H S L
Decimal 82 158 121 0.48 0 0.23 0.38 150.79 0.32 0.47
Hex 52 9E 79 30 0 17 26 97 20 2F
Octal 122 236 171 60 0 27 46 227 40 57
Binary 1010010 10011110 1111001 110000 0 10111 100110 10010111 100000 101111

Color Harmonies of #529E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529E79

Black with #529E79

Text Example


Text Example

White with #529E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529E79; }

 p { color: rgb(82,158,121); }

 H1.HeaderClassName
 {
   color: #529E79;
 }
 .AnyTagClassName
 {
   color: #529E79;
 }
</style>

background-color css

<style>
 a { background-color: #529E79; }

 a { background-color: rgb(82,158,121); }

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

border-color css

<style>
 span { border-color: #529E79; }

 span { border-color: rgb(82,158,121); }

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