#53A376

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

Shades of Ocean Green #53A376

Tints of Ocean Green #53A376

Color information

#53A376 (or 0x53A376) is unknown color: approx Ocean Green. HEX triplet: 53, A3 and 76. RGB value is (83,163,118). Sum of RGB (Red+Green+Blue) = 83+163+118=364 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.80% from 364); Green value is 163 (64.06% from 255 or 44.78% from 364); Blue value is 118 (46.48% from 255 or 32.42% from 364); Max value from RGB is 163 - color contains mainly: green. Hex color #53A376 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A376 is #AC5C89. Grayscale: #868686. Windows color (decimal): -11295882 or 7775059. OLE color: 7775059.

HSL color Cylindrical-coordinate representation of color #53A376: hue angle of 146.25º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #53A376 is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB83163118-
CMYK0.4900.280.36
HSL146.25º32.52%48.24%-
HSV(B)146.25º49.08%63.92%-
XYZ19.9329.3421.75-
YUV133.9511991.66-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.80%
GREEN value IS 163 (64.06% from 255) = 44.78%
BLUE value IS 118 (46.48% from 255) = 32.42%
R=22.80%
G=44.78%
B=32.42%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal831631180.4900.280.36146.2532.5248.24
Hex53A3763101C24922130
Octal12324316661034442224160
Binary101001110100011111011011000101110010010010010010100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53A376; }

 p { color: rgb(83,163,118); }

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

<style>
 a { background-color: #53A376; }

 a { background-color: rgb(83,163,118); }

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

<style>
 span { border-color: #53A376; }

 span { border-color: rgb(83,163,118); }

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