Html Css Color HEX #52A770 Ocean Green

📋 copy color: '#52A770'

red 82 ◦ green 167 ◦ blue 112

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

Shades of Ocean Green #52A770

Tints of Ocean Green #52A770

RGB

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

 GREEN value IS 167 (65.63% from 255) = 46.26%

 BLUE value IS 112 (44.14% from 255) = 31.02%

R = 22.71%
G = 46.26%
B = 31.02%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#52A770 (or 0x52A770) is known color: Ocean Green. HEX triplet: 52, A7 and 70. RGB value is (82,167,112). Sum of RGB (Red+Green+Blue) = 82+167+112=361 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.71% from 361); Green value is 167 (65.62% from 255 or 46.26% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 167 - color contains mainly: green. Hex color #52A770 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A770 is #AD588F. Grayscale: #878787. Windows color (decimal): -11360400 or 7382866. OLE color: 7382866.

HSL color Cylindrical-coordinate representation of color #52A770: hue angle of 141.18º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #52A770 is Cyan = 0.51, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 82 167 112 -
CMYK 0.51 0 0.33 0.35
HSL 141.18º 0.34% 0.49% -
HSV(B) 141.18º 0.51% 0.65% -
XYZ 20.22 30.6 20.17 -
YUV 135.32 114.84 89.97 -
System Red Green Blue C M Y K H S L
Decimal 82 167 112 0.51 0 0.33 0.35 141.18 0.34 0.49
Hex 52 A7 70 33 0 21 23 8D 22 31
Octal 122 247 160 63 0 41 43 215 42 61
Binary 1010010 10100111 1110000 110011 0 100001 100011 10001101 100010 110001

Color Harmonies of #52A770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A770

Black with #52A770

Text Example


Text Example

White with #52A770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,167,112); }

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

background-color css

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

 a { background-color: rgb(82,167,112); }

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

border-color css

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

 span { border-color: rgb(82,167,112); }

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