#53B175

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

Shades of Ocean Green #53B175

Tints of Ocean Green #53B175

Color information

#53B175 (or 0x53B175) is unknown color: approx Ocean Green. HEX triplet: 53, B1 and 75. RGB value is (83,177,117). Sum of RGB (Red+Green+Blue) = 83+177+117=377 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.02% from 377); Green value is 177 (69.53% from 255 or 46.95% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 177 - color contains mainly: green. Hex color #53B175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53B175 is #AC4E8A. Grayscale: #8E8E8E. Windows color (decimal): -11292299 or 7713107. OLE color: 7713107.

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

Color convert

RGB83177117-
CMYK0.5300.340.31
HSL141.7º37.6%50.98%-
HSV(B)141.7º53.11%69.41%-
XYZ22.534.5722.32-
YUV142.05113.8685.88-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.02%
GREEN value IS 177 (69.53% from 255) = 46.95%
BLUE value IS 117 (46.09% from 255) = 31.03%
R=22.02%
G=46.95%
B=31.03%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal831771170.5300.340.31141.737.650.98
Hex53B175350221F8e2633
Octal12326116565042372164663
Binary101001110110001111010111010101000101111110001110100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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