#52B082

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

Shades of Ocean Green #52B082

Tints of Ocean Green #52B082

Color information

#52B082 (or 0x52B082) is unknown color: approx Ocean Green. HEX triplet: 52, B0 and 82. RGB value is (82,176,130). Sum of RGB (Red+Green+Blue) = 82+176+130=388 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.13% from 388); Green value is 176 (69.14% from 255 or 45.36% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 176 - color contains mainly: green. Hex color #52B082 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52B082 is #AD4F7D. Grayscale: #8E8E8E. Windows color (decimal): -11358078 or 8564818. OLE color: 8564818.

HSL color Cylindrical-coordinate representation of color #52B082: hue angle of 150.64º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52B082 is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB82176130-
CMYK0.5300.260.31
HSL150.64º37.3%50.59%-
HSV(B)150.64º53.41%69.02%-
XYZ23.0334.4626.56-
YUV142.65120.8684.74-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.13%
GREEN value IS 176 (69.14% from 255) = 45.36%
BLUE value IS 130 (51.17% from 255) = 33.51%
R=21.13%
G=45.36%
B=33.51%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal821761300.5300.260.31150.6437.350.59
Hex52B0823501A1F972533
Octal12226020265032372274563
Binary101001010110000100000101101010110101111110010111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,176,130); }

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

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

 a { background-color: rgb(82,176,130); }

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

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

 span { border-color: rgb(82,176,130); }

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