#52B374

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

Shades of Ocean Green #52B374

Tints of Ocean Green #52B374

Color information

#52B374 (or 0x52B374) is unknown color: approx Ocean Green. HEX triplet: 52, B3 and 74. RGB value is (82,179,116). Sum of RGB (Red+Green+Blue) = 82+179+116=377 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.75% from 377); Green value is 179 (70.31% from 255 or 47.48% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 179 - color contains mainly: green. Hex color #52B374 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B374 is #AD4C8B. Grayscale: #8E8E8E. Windows color (decimal): -11357324 or 7648082. OLE color: 7648082.

HSL color Cylindrical-coordinate representation of color #52B374: hue angle of 141.03º 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 #52B374 is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB82179116-
CMYK0.5400.350.30
HSL141.03º38.96%51.18%-
HSV(B)141.03º54.19%70.2%-
XYZ22.7535.2922.14-
YUV142.82112.8684.62-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.75%
GREEN value IS 179 (70.31% from 255) = 47.48%
BLUE value IS 116 (45.70% from 255) = 30.77%
R=21.75%
G=47.48%
B=30.77%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal821791160.5400.350.30141.0338.9651.18
Hex52B374360231E8d2733
Octal12226316466043362154763
Binary101001010110011111010011011001000111111010001101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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