Html Css Color HEX #52AD7F Ocean Green

📋 copy color: '#52AD7F'

red 82 ◦ green 173 ◦ blue 127

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

Shades of Ocean Green #52AD7F

Tints of Ocean Green #52AD7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.25%

R = 21.47%
G = 45.29%
B = 33.25%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#52AD7F (or 0x52AD7F) is known color: Ocean Green. HEX triplet: 52, AD and 7F. RGB value is (82,173,127). Sum of RGB (Red+Green+Blue) = 82+173+127=382 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.47% from 382); Green value is 173 (67.97% from 255 or 45.29% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 173 - color contains mainly: green. Hex color #52AD7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AD7F is #AD5280. Grayscale: #8C8C8C. Windows color (decimal): -11358849 or 8367442. OLE color: 8367442.

HSL color Cylindrical-coordinate representation of color #52AD7F: hue angle of 149.67º 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 #52AD7F is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB 82 173 127 -
CMYK 0.53 0 0.27 0.32
HSL 149.67º 0.36% 0.5% -
HSV(B) 149.67º 0.53% 0.68% -
XYZ 22.25 33.21 25.32 -
YUV 140.55 120.35 86.24 -
System Red Green Blue C M Y K H S L
Decimal 82 173 127 0.53 0 0.27 0.32 149.67 0.36 0.5
Hex 52 AD 7F 35 0 1B 20 96 24 32
Octal 122 255 177 65 0 33 40 226 44 62
Binary 1010010 10101101 1111111 110101 0 11011 100000 10010110 100100 110010

Color Harmonies of #52AD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AD7F

Black with #52AD7F

Text Example


Text Example

White with #52AD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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