Html Css Color HEX #529E78 Ocean Green

📋 copy color: '#529E78'

red 82 ◦ green 158 ◦ blue 120

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

Shades of Ocean Green #529E78

Tints of Ocean Green #529E78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.33%

R = 22.78%
G = 43.89%
B = 33.33%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.24

 K value IS 0.38

RGB Variations

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

Color information

#529E78 (or 0x529E78) is known color: Ocean Green. HEX triplet: 52, 9E and 78. RGB value is (82,158,120). Sum of RGB (Red+Green+Blue) = 82+158+120=360 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.78% from 360); Green value is 158 (62.11% from 255 or 43.89% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 158 - color contains mainly: green. Hex color #529E78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529E78 is #AD6187. Grayscale: #838383. Windows color (decimal): -11362696 or 7904850. OLE color: 7904850.

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

Color convert

RGB 82 158 120 -
CMYK 0.48 0 0.24 0.38
HSL 150º 0.32% 0.47% -
HSV(B) 150º 0.48% 0.62% -
XYZ 19.1 27.6 22.09 -
YUV 130.94 121.82 93.09 -
System Red Green Blue C M Y K H S L
Decimal 82 158 120 0.48 0 0.24 0.38 150 0.32 0.47
Hex 52 9E 78 30 0 18 26 96 20 2F
Octal 122 236 170 60 0 30 46 226 40 57
Binary 1010010 10011110 1111000 110000 0 11000 100110 10010110 100000 101111

Color Harmonies of #529E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529E78

Black with #529E78

Text Example


Text Example

White with #529E78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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