#52B56E

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

Shades of Ocean Green #52B56E

Tints of Ocean Green #52B56E

Color information

#52B56E (or 0x52B56E) is unknown color: approx Ocean Green. HEX triplet: 52, B5 and 6E. RGB value is (82,181,110). Sum of RGB (Red+Green+Blue) = 82+181+110=373 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.98% from 373); Green value is 181 (71.09% from 255 or 48.53% from 373); Blue value is 110 (43.36% from 255 or 29.49% from 373); Max value from RGB is 181 - color contains mainly: green. Hex color #52B56E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B56E is #AD4A91. Grayscale: #8F8F8F. Windows color (decimal): -11356818 or 7255378. OLE color: 7255378.

HSL color Cylindrical-coordinate representation of color #52B56E: hue angle of 136.97º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52B56E is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB82181110-
CMYK0.5500.390.29
HSL136.97º40.08%51.57%-
HSV(B)136.97º54.7%70.98%-
XYZ22.8235.9720.49-
YUV143.3109.284.27-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.98%
GREEN value IS 181 (71.09% from 255) = 48.53%
BLUE value IS 110 (43.36% from 255) = 29.49%
R=21.98%
G=48.53%
B=29.49%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal821811100.5500.390.29136.9740.0851.57
Hex52B56E370271D892834
Octal12226515667047352115064
Binary101001010110101110111011011101001111110110001001101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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