#52B36E

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

Shades of Ocean Green #52B36E

Tints of Ocean Green #52B36E

Color information

#52B36E (or 0x52B36E) is unknown color: approx Ocean Green. HEX triplet: 52, B3 and 6E. RGB value is (82,179,110). Sum of RGB (Red+Green+Blue) = 82+179+110=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 179 (70.31% from 255 or 48.25% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 179 - color contains mainly: green. Hex color #52B36E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B36E is #AD4C91. Grayscale: #8E8E8E. Windows color (decimal): -11357330 or 7254866. OLE color: 7254866.

HSL color Cylindrical-coordinate representation of color #52B36E: hue angle of 137.32º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52B36E is Cyan = 0.54, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB82179110-
CMYK0.5400.390.30
HSL137.32º38.96%51.18%-
HSV(B)137.32º54.19%70.2%-
XYZ22.4135.1620.36-
YUV142.13109.8685.11-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.10%
GREEN value IS 179 (70.31% from 255) = 48.25%
BLUE value IS 110 (43.36% from 255) = 29.65%
R=22.10%
G=48.25%
B=29.65%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal821791100.5400.390.30137.3238.9651.18
Hex52B36E360271E892733
Octal12226315666047362114763
Binary101001010110011110111011011001001111111010001001100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B36E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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