#53b073

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

Shades of Ocean Green #53B073

Tints of Ocean Green #53B073

Color information

#53B073 (or 0x53B073) is unknown color: approx Ocean Green. HEX triplet: 53, B0 and 73. RGB value is (83,176,115). Sum of RGB (Red+Green+Blue) = 83+176+115=374 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.19% from 374); Green value is 176 (69.14% from 255 or 47.06% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 176 - color contains mainly: green. Hex color #53B073 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53B073 is #AC4F8C. Grayscale: #8D8D8D. Windows color (decimal): -11292557 or 7581779. OLE color: 7581779.

HSL color Cylindrical-coordinate representation of color #53B073: hue angle of 140.65º 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 #53B073 is Cyan = 0.53, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB83176115-
CMYK0.5300.350.31
HSL140.65º37.05%50.78%-
HSV(B)140.65º52.84%69.02%-
XYZ22.1934.1321.64-
YUV141.24113.1986.46-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.19%
GREEN value IS 176 (69.14% from 255) = 47.06%
BLUE value IS 115 (45.31% from 255) = 30.75%
R=22.19%
G=47.06%
B=30.75%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal831761150.5300.350.31140.6537.0550.78
Hex53B073350231F8d2533
Octal12326016365043372154563
Binary101001110110000111001111010101000111111110001101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53b073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,176,115); }

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

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

 a { background-color: rgb(83,176,115); }

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

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

 span { border-color: rgb(83,176,115); }

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