Html Css Color HEX #52B076 Ocean Green

📋 copy color: '#52B076'

red 82 ◦ green 176 ◦ blue 118

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

Shades of Ocean Green #52B076

Tints of Ocean Green #52B076

RGB

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

 GREEN value IS 176 (69.14% from 255) = 46.81%

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

R = 21.81%
G = 46.81%
B = 31.38%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#52B076 (or 0x52B076) is known color: Ocean Green. HEX triplet: 52, B0 and 76. RGB value is (82,176,118). Sum of RGB (Red+Green+Blue) = 82+176+118=376 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.81% from 376); Green value is 176 (69.14% from 255 or 46.81% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 176 - color contains mainly: green. Hex color #52B076 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52B076 is #AD4F89. Grayscale: #8D8D8D. Windows color (decimal): -11358090 or 7778386. OLE color: 7778386.

HSL color Cylindrical-coordinate representation of color #52B076: hue angle of 142.98º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52B076 is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 82 176 118 -
CMYK 0.53 0 0.33 0.31
HSL 142.98º 0.37% 0.51% -
HSV(B) 142.98º 0.53% 0.69% -
XYZ 22.28 34.15 22.56 -
YUV 141.28 114.86 85.72 -
System Red Green Blue C M Y K H S L
Decimal 82 176 118 0.53 0 0.33 0.31 142.98 0.37 0.51
Hex 52 B0 76 35 0 21 1F 8F 25 33
Octal 122 260 166 65 0 41 37 217 45 63
Binary 1010010 10110000 1110110 110101 0 100001 11111 10001111 100101 110011

Color Harmonies of #52B076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B076

Black with #52B076

Text Example


Text Example

White with #52B076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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