Html Css Color HEX #52A076 Ocean Green

📋 copy color: '#52A076'

red 82 ◦ green 160 ◦ blue 118

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

Shades of Ocean Green #52A076

Tints of Ocean Green #52A076

RGB

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

 GREEN value IS 160 (62.89% from 255) = 44.44%

 BLUE value IS 118 (46.48% from 255) = 32.78%

R = 22.78%
G = 44.44%
B = 32.78%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#52A076 (or 0x52A076) is known color: Ocean Green. HEX triplet: 52, A0 and 76. RGB value is (82,160,118). Sum of RGB (Red+Green+Blue) = 82+160+118=360 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.78% from 360); Green value is 160 (62.89% from 255 or 44.44% from 360); Blue value is 118 (46.48% from 255 or 32.78% from 360); Max value from RGB is 160 - color contains mainly: green. Hex color #52A076 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A076 is #AD5F89. Grayscale: #838383. Windows color (decimal): -11362186 or 7774290. OLE color: 7774290.

HSL color Cylindrical-coordinate representation of color #52A076: hue angle of 147.69º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #52A076 is Cyan = 0.49, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB 82 160 118 -
CMYK 0.49 0 0.26 0.37
HSL 147.69º 0.32% 0.47% -
HSV(B) 147.69º 0.49% 0.63% -
XYZ 19.32 28.24 21.57 -
YUV 131.89 120.16 92.42 -
System Red Green Blue C M Y K H S L
Decimal 82 160 118 0.49 0 0.26 0.37 147.69 0.32 0.47
Hex 52 A0 76 31 0 1A 25 94 20 2F
Octal 122 240 166 61 0 32 45 224 40 57
Binary 1010010 10100000 1110110 110001 0 11010 100101 10010100 100000 101111

Color Harmonies of #52A076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A076

Black with #52A076

Text Example


Text Example

White with #52A076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,160,118); }

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

background-color css

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

 a { background-color: rgb(82,160,118); }

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

border-color css

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

 span { border-color: rgb(82,160,118); }

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