#53B173

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

Shades of Ocean Green #53B173

Tints of Ocean Green #53B173

Color information

#53B173 (or 0x53B173) is unknown color: approx Ocean Green. HEX triplet: 53, B1 and 73. RGB value is (83,177,115). Sum of RGB (Red+Green+Blue) = 83+177+115=375 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.13% from 375); Green value is 177 (69.53% from 255 or 47.2% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 177 - color contains mainly: green. Hex color #53B173 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53B173 is #AC4E8C. Grayscale: #8D8D8D. Windows color (decimal): -11292301 or 7582035. OLE color: 7582035.

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

Color convert

RGB83177115-
CMYK0.5300.350.31
HSL140.43º37.6%50.98%-
HSV(B)140.43º53.11%69.41%-
XYZ22.3834.5221.7-
YUV141.83112.8686.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.13%
GREEN value IS 177 (69.53% from 255) = 47.2%
BLUE value IS 115 (45.31% from 255) = 30.67%
R=22.13%
G=47.2%
B=30.67%

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
Decimal831771150.5300.350.31140.4337.650.98
Hex53B173350231F8c2633
Octal12326116365043372144663
Binary101001110110001111001111010101000111111110001100100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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