Html Css Color HEX #52AD87 Ocean Green

📋 copy color: '#52AD87'

red 82 ◦ green 173 ◦ blue 135

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

Shades of Ocean Green #52AD87

Tints of Ocean Green #52AD87

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.36%

 BLUE value IS 135 (53.13% from 255) = 34.62%

R = 21.03%
G = 44.36%
B = 34.62%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.22

 K value IS 0.32

RGB Variations

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

Color information

#52AD87 (or 0x52AD87) is known color: Ocean Green. HEX triplet: 52, AD and 87. RGB value is (82,173,135). Sum of RGB (Red+Green+Blue) = 82+173+135=390 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.03% from 390); Green value is 173 (67.97% from 255 or 44.36% from 390); Blue value is 135 (53.12% from 255 or 34.62% from 390); Max value from RGB is 173 - color contains mainly: green. Hex color #52AD87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AD87 is #AD5278. Grayscale: #8D8D8D. Windows color (decimal): -11358841 or 8891730. OLE color: 8891730.

HSL color Cylindrical-coordinate representation of color #52AD87: hue angle of 154.95º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52AD87 is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.32.

Color convert

RGB 82 173 135 -
CMYK 0.53 0 0.22 0.32
HSL 154.95º 0.36% 0.5% -
HSV(B) 154.95º 0.53% 0.68% -
XYZ 22.8 33.43 28.17 -
YUV 141.46 124.35 85.59 -
System Red Green Blue C M Y K H S L
Decimal 82 173 135 0.53 0 0.22 0.32 154.95 0.36 0.5
Hex 52 AD 87 35 0 16 20 9B 24 32
Octal 122 255 207 65 0 26 40 233 44 62
Binary 1010010 10101101 10000111 110101 0 10110 100000 10011011 100100 110010

Color Harmonies of #52AD87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AD87

Black with #52AD87

Text Example


Text Example

White with #52AD87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52AD87; }

 p { color: rgb(82,173,135); }

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

background-color css

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

 a { background-color: rgb(82,173,135); }

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

border-color css

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

 span { border-color: rgb(82,173,135); }

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