Html Css Color HEX #529676 Ocean Green

📋 copy color: '#529676'

red 82 ◦ green 150 ◦ blue 118

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

Shades of Ocean Green #529676

Tints of Ocean Green #529676

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.86%

 BLUE value IS 118 (46.48% from 255) = 33.71%

R = 23.43%
G = 42.86%
B = 33.71%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#529676 (or 0x529676) is known color: Ocean Green. HEX triplet: 52, 96 and 76. RGB value is (82,150,118). Sum of RGB (Red+Green+Blue) = 82+150+118=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 150 (58.98% from 255 or 42.86% from 350); Blue value is 118 (46.48% from 255 or 33.71% from 350); Max value from RGB is 150 - color contains mainly: green. Hex color #529676 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529676 is #AD6989. Grayscale: #7E7E7E. Windows color (decimal): -11364746 or 7771730. OLE color: 7771730.

HSL color Cylindrical-coordinate representation of color #529676: hue angle of 151.76º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #529676 is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 82 150 118 -
CMYK 0.45 0 0.21 0.41
HSL 151.76º 0.29% 0.45% -
HSV(B) 151.76º 0.45% 0.59% -
XYZ 17.66 24.91 21.02 -
YUV 126.02 123.47 96.6 -
System Red Green Blue C M Y K H S L
Decimal 82 150 118 0.45 0 0.21 0.41 151.76 0.29 0.45
Hex 52 96 76 2D 0 15 29 98 1D 2D
Octal 122 226 166 55 0 25 51 230 35 55
Binary 1010010 10010110 1110110 101101 0 10101 101001 10011000 11101 101101

Color Harmonies of #529676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529676

Black with #529676

Text Example


Text Example

White with #529676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529676; }

 p { color: rgb(82,150,118); }

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

background-color css

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

 a { background-color: rgb(82,150,118); }

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

border-color css

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

 span { border-color: rgb(82,150,118); }

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