Html Css Color HEX #529878 Ocean Green

📋 copy color: '#529878'

red 82 ◦ green 152 ◦ blue 120

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

Shades of Ocean Green #529878

Tints of Ocean Green #529878

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.94%

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

R = 23.16%
G = 42.94%
B = 33.9%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#529878 (or 0x529878) is known color: Ocean Green. HEX triplet: 52, 98 and 78. RGB value is (82,152,120). Sum of RGB (Red+Green+Blue) = 82+152+120=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 152 (59.77% from 255 or 42.94% from 354); Blue value is 120 (47.27% from 255 or 33.90% from 354); Max value from RGB is 152 - color contains mainly: green. Hex color #529878 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529878 is #AD6787. Grayscale: #7F7F7F. Windows color (decimal): -11364232 or 7903314. OLE color: 7903314.

HSL color Cylindrical-coordinate representation of color #529878: hue angle of 152.57º 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 #529878 is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB 82 152 120 -
CMYK 0.46 0 0.21 0.40
HSL 152.57º 0.3% 0.46% -
HSV(B) 152.57º 0.46% 0.6% -
XYZ 18.1 25.61 21.76 -
YUV 127.42 123.81 95.6 -
System Red Green Blue C M Y K H S L
Decimal 82 152 120 0.46 0 0.21 0.40 152.57 0.3 0.46
Hex 52 98 78 2E 0 15 28 99 1E 2E
Octal 122 230 170 56 0 25 50 231 36 56
Binary 1010010 10011000 1111000 101110 0 10101 101000 10011001 11110 101110

Color Harmonies of #529878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529878

Black with #529878

Text Example


Text Example

White with #529878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529878; }

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

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

background-color css

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

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

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

border-color css

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

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

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