#52B76E

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

Shades of Ocean Green #52B76E

Tints of Ocean Green #52B76E

Color information

#52B76E (or 0x52B76E) is unknown color: approx Ocean Green. HEX triplet: 52, B7 and 6E. RGB value is (82,183,110). Sum of RGB (Red+Green+Blue) = 82+183+110=375 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.87% from 375); Green value is 183 (71.88% from 255 or 48.8% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 183 - color contains mainly: green. Hex color #52B76E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B76E is #AD4891. Grayscale: #909090. Windows color (decimal): -11356306 or 7255890. OLE color: 7255890.

HSL color Cylindrical-coordinate representation of color #52B76E: hue angle of 136.63º 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 #52B76E is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB82183110-
CMYK0.5500.400.28
HSL136.63º41.22%51.96%-
HSV(B)136.63º55.19%71.76%-
XYZ23.2336.7920.63-
YUV144.48108.5483.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.87%
GREEN value IS 183 (71.88% from 255) = 48.8%
BLUE value IS 110 (43.36% from 255) = 29.33%
R=21.87%
G=48.8%
B=29.33%

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
Decimal821831100.5500.400.28136.6341.2251.96
Hex52B76E370281C892934
Octal12226715667050342115164
Binary101001010110111110111011011101010001110010001001101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B76E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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