#53B177

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

Shades of Ocean Green #53B177

Tints of Ocean Green #53B177

Color information

#53B177 (or 0x53B177) is unknown color: approx Ocean Green. HEX triplet: 53, B1 and 77. RGB value is (83,177,119). Sum of RGB (Red+Green+Blue) = 83+177+119=379 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.90% from 379); Green value is 177 (69.53% from 255 or 46.70% from 379); Blue value is 119 (46.88% from 255 or 31.40% from 379); Max value from RGB is 177 - color contains mainly: green. Hex color #53B177 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53B177 is #AC4E88. Grayscale: #8E8E8E. Windows color (decimal): -11292297 or 7844179. OLE color: 7844179.

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

Color convert

RGB83177119-
CMYK0.5300.330.31
HSL142.98º37.6%50.98%-
HSV(B)142.98º53.11%69.41%-
XYZ22.6234.6222.94-
YUV142.28114.8685.72-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.90%
GREEN value IS 177 (69.53% from 255) = 46.70%
BLUE value IS 119 (46.88% from 255) = 31.40%
R=21.90%
G=46.70%
B=31.40%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal831771190.5300.330.31142.9837.650.98
Hex53B177350211F8f2633
Octal12326116765041372174663
Binary101001110110001111011111010101000011111110001111100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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