Html Css Color HEX #529F72 Ocean Green

📋 copy color: '#529F72'

red 82 ◦ green 159 ◦ blue 114

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

Shades of Ocean Green #529F72

Tints of Ocean Green #529F72

RGB

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

 GREEN value IS 159 (62.5% from 255) = 44.79%

 BLUE value IS 114 (44.92% from 255) = 32.11%

R = 23.1%
G = 44.79%
B = 32.11%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#529F72 (or 0x529F72) is known color: Ocean Green. HEX triplet: 52, 9F and 72. RGB value is (82,159,114). Sum of RGB (Red+Green+Blue) = 82+159+114=355 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.10% from 355); Green value is 159 (62.5% from 255 or 44.79% from 355); Blue value is 114 (44.92% from 255 or 32.11% from 355); Max value from RGB is 159 - color contains mainly: green. Hex color #529F72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529F72 is #AD608D. Grayscale: #828282. Windows color (decimal): -11362446 or 7511890. OLE color: 7511890.

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

Color convert

RGB 82 159 114 -
CMYK 0.48 0 0.28 0.38
HSL 144.94º 0.32% 0.47% -
HSV(B) 144.94º 0.48% 0.62% -
XYZ 18.92 27.81 20.29 -
YUV 130.85 118.49 93.16 -
System Red Green Blue C M Y K H S L
Decimal 82 159 114 0.48 0 0.28 0.38 144.94 0.32 0.47
Hex 52 9F 72 30 0 1C 26 91 20 2F
Octal 122 237 162 60 0 34 46 221 40 57
Binary 1010010 10011111 1110010 110000 0 11100 100110 10010001 100000 101111

Color Harmonies of #529F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529F72

Black with #529F72

Text Example


Text Example

White with #529F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,159,114); }

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

background-color css

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

 a { background-color: rgb(82,159,114); }

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

border-color css

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

 span { border-color: rgb(82,159,114); }

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