Html Css Color HEX #529979 Ocean Green

📋 copy color: '#529979'

red 82 ◦ green 153 ◦ blue 121

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

Shades of Ocean Green #529979

Tints of Ocean Green #529979

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.98%

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

R = 23.03%
G = 42.98%
B = 33.99%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#529979 (or 0x529979) is known color: Ocean Green. HEX triplet: 52, 99 and 79. RGB value is (82,153,121). Sum of RGB (Red+Green+Blue) = 82+153+121=356 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.03% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 153 - color contains mainly: green. Hex color #529979 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529979 is #AD6686. Grayscale: #808080. Windows color (decimal): -11363975 or 7969106. OLE color: 7969106.

HSL color Cylindrical-coordinate representation of color #529979: hue angle of 152.96º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #529979 is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB 82 153 121 -
CMYK 0.46 0 0.21 0.4
HSL 152.96º 0.3% 0.46% -
HSV(B) 152.96º 0.46% 0.6% -
XYZ 18.32 25.96 22.13 -
YUV 128.12 123.98 95.1 -
System Red Green Blue C M Y K H S L
Decimal 82 153 121 0.46 0 0.21 0.4 152.96 0.3 0.46
Hex 52 99 79 2E 0 15 28 99 1E 2E
Octal 122 231 171 56 0 25 50 231 36 56
Binary 1010010 10011001 1111001 101110 0 10101 101000 10011001 11110 101110

Color Harmonies of #529979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529979

Black with #529979

Text Example


Text Example

White with #529979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529979; }

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

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

background-color css

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

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

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

border-color css

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

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

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