#52B483

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

Shades of Ocean Green #52B483

Tints of Ocean Green #52B483

Color information

#52B483 (or 0x52B483) is unknown color: approx Ocean Green. HEX triplet: 52, B4 and 83. RGB value is (82,180,131). Sum of RGB (Red+Green+Blue) = 82+180+131=393 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.87% from 393); Green value is 180 (70.70% from 255 or 45.80% from 393); Blue value is 131 (51.56% from 255 or 33.33% from 393); Max value from RGB is 180 - color contains mainly: green. Hex color #52B483 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B483 is #AD4B7C. Grayscale: #919191. Windows color (decimal): -11357053 or 8631378. OLE color: 8631378.

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

Color convert

RGB82180131-
CMYK0.5400.270.29
HSL150º39.52%51.37%-
HSV(B)150º54.44%70.59%-
XYZ23.936.0827.18-
YUV145.11120.0382.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.87%
GREEN value IS 180 (70.70% from 255) = 45.80%
BLUE value IS 131 (51.56% from 255) = 33.33%
R=20.87%
G=45.80%
B=33.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal821801310.5400.270.2915039.5251.37
Hex52B4833601B1D962833
Octal12226420366033352265063
Binary101001010110100100000111101100110111110110010110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,180,131); }

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

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

 a { background-color: rgb(82,180,131); }

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

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

 span { border-color: rgb(82,180,131); }

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