#52A37B

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

Shades of Ocean Green #52A37B

Tints of Ocean Green #52A37B

Color information

#52A37B (or 0x52A37B) is unknown color: approx Ocean Green. HEX triplet: 52, A3 and 7B. RGB value is (82,163,123). Sum of RGB (Red+Green+Blue) = 82+163+123=368 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.28% from 368); Green value is 163 (64.06% from 255 or 44.29% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 163 - color contains mainly: green. Hex color #52A37B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A37B is #AD5C84. Grayscale: #868686. Windows color (decimal): -11361413 or 8102738. OLE color: 8102738.

HSL color Cylindrical-coordinate representation of color #52A37B: hue angle of 150.37º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #52A37B is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB82163123-
CMYK0.5000.250.36
HSL150.37º33.06%48.04%-
HSV(B)150.37º49.69%63.92%-
XYZ20.1529.4223.36-
YUV134.22121.6690.75-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.28%
GREEN value IS 163 (64.06% from 255) = 44.29%
BLUE value IS 123 (48.44% from 255) = 33.42%
R=22.28%
G=44.29%
B=33.42%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal821631230.5000.250.36150.3733.0648.04
Hex52A37B3201924962130
Octal12224317362031442264160
Binary101001010100011111101111001001100110010010010110100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A37B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,163,123); }

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

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

 a { background-color: rgb(82,163,123); }

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

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

 span { border-color: rgb(82,163,123); }

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