Html Css Color HEX #52AD7A Ocean Green

📋 copy color: '#52AD7A'

red 82 ◦ green 173 ◦ blue 122

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

Shades of Ocean Green #52AD7A

Tints of Ocean Green #52AD7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.36%

R = 21.75%
G = 45.89%
B = 32.36%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#52AD7A (or 0x52AD7A) is known color: Ocean Green. HEX triplet: 52, AD and 7A. RGB value is (82,173,122). Sum of RGB (Red+Green+Blue) = 82+173+122=377 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.75% from 377); Green value is 173 (67.97% from 255 or 45.89% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 173 - color contains mainly: green. Hex color #52AD7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AD7A is #AD5285. Grayscale: #8C8C8C. Windows color (decimal): -11358854 or 8039762. OLE color: 8039762.

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

Color convert

RGB 82 173 122 -
CMYK 0.53 0 0.29 0.32
HSL 146.37º 0.36% 0.5% -
HSV(B) 146.37º 0.53% 0.68% -
XYZ 21.94 33.09 23.64 -
YUV 139.98 117.85 86.65 -
System Red Green Blue C M Y K H S L
Decimal 82 173 122 0.53 0 0.29 0.32 146.37 0.36 0.5
Hex 52 AD 7A 35 0 1D 20 92 24 32
Octal 122 255 172 65 0 35 40 222 44 62
Binary 1010010 10101101 1111010 110101 0 11101 100000 10010010 100100 110010

Color Harmonies of #52AD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AD7A

Black with #52AD7A

Text Example


Text Example

White with #52AD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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