#52B76D

Color #52B76D Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #52B76D

Tints of Ocean Green #52B76D

Color information

#52B76D (or 0x52B76D) is unknown color: approx Ocean Green. HEX triplet: 52, B7 and 6D. RGB value is (82,183,109). Sum of RGB (Red+Green+Blue) = 82+183+109=374 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.93% from 374); Green value is 183 (71.88% from 255 or 48.93% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 183 - color contains mainly: green. Hex color #52B76D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B76D is #AD4892. Grayscale: #909090. Windows color (decimal): -11356307 or 7190354. OLE color: 7190354.

HSL color Cylindrical-coordinate representation of color #52B76D: hue angle of 136.04º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52B76D is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB82183109-
CMYK0.5500.400.28
HSL136.04º41.22%51.96%-
HSV(B)136.04º55.19%71.76%-
XYZ23.1736.7620.34-
YUV144.36108.0483.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.93%
GREEN value IS 183 (71.88% from 255) = 48.93%
BLUE value IS 109 (42.97% from 255) = 29.14%
R=21.93%
G=48.93%
B=29.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal821831090.5500.400.28136.0441.2251.96
Hex52B76D370281C882934
Octal12226715567050342105164
Binary101001010110111110110111011101010001110010001000101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,183,109); }

 H1.HeaderClassName
 {
   color: #52B76D;
 }
 .AnyTagClassName
 {
   color: #52B76D;
 }
</style>
background-color css

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

 a { background-color: rgb(82,183,109); }

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

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

 span { border-color: rgb(82,183,109); }

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