#52B778

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

Shades of Ocean Green #52B778

Tints of Ocean Green #52B778

Color information

#52B778 (or 0x52B778) is unknown color: approx Ocean Green. HEX triplet: 52, B7 and 78. RGB value is (82,183,120). Sum of RGB (Red+Green+Blue) = 82+183+120=385 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.30% from 385); Green value is 183 (71.88% from 255 or 47.53% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 183 - color contains mainly: green. Hex color #52B778 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B778 is #AD4887. Grayscale: #919191. Windows color (decimal): -11356296 or 7911250. OLE color: 7911250.

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

Color convert

RGB82183120-
CMYK0.5500.340.28
HSL142.57º41.22%51.96%-
HSV(B)142.57º55.19%71.76%-
XYZ23.837.0223.66-
YUV145.62113.5482.62-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.30%
GREEN value IS 183 (71.88% from 255) = 47.53%
BLUE value IS 120 (47.27% from 255) = 31.17%
R=21.30%
G=47.53%
B=31.17%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal821831200.5500.340.28142.5741.2251.96
Hex52B778370221C8f2934
Octal12226717067042342175164
Binary101001010110111111100011011101000101110010001111101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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