#52B56C

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

Shades of Ocean Green #52B56C

Tints of Ocean Green #52B56C

Color information

#52B56C (or 0x52B56C) is unknown color: approx Ocean Green. HEX triplet: 52, B5 and 6C. RGB value is (82,181,108). Sum of RGB (Red+Green+Blue) = 82+181+108=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 181 (71.09% from 255 or 48.79% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 181 - color contains mainly: green. Hex color #52B56C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B56C is #AD4A93. Grayscale: #8F8F8F. Windows color (decimal): -11356820 or 7124306. OLE color: 7124306.

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

Color convert

RGB82181108-
CMYK0.5500.400.29
HSL135.76º40.08%51.57%-
HSV(B)135.76º54.7%70.98%-
XYZ22.7135.9219.92-
YUV143.08108.284.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.10%
GREEN value IS 181 (71.09% from 255) = 48.79%
BLUE value IS 108 (42.58% from 255) = 29.11%
R=22.10%
G=48.79%
B=29.11%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal821811080.5500.400.29135.7640.0851.57
Hex52B56C370281D882834
Octal12226515467050352105064
Binary101001010110101110110011011101010001110110001000101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B56C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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