#53A17B

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

Shades of Ocean Green #53A17B

Tints of Ocean Green #53A17B

Color information

#53A17B (or 0x53A17B) is unknown color: approx Ocean Green. HEX triplet: 53, A1 and 7B. RGB value is (83,161,123). Sum of RGB (Red+Green+Blue) = 83+161+123=367 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.62% from 367); Green value is 161 (63.28% from 255 or 43.87% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 161 - color contains mainly: green. Hex color #53A17B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A17B is #AC5E84. Grayscale: #858585. Windows color (decimal): -11296389 or 8102227. OLE color: 8102227.

HSL color Cylindrical-coordinate representation of color #53A17B: hue angle of 150.77º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #53A17B is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB83161123-
CMYK0.4800.240.37
HSL150.77º31.97%47.84%-
HSV(B)150.77º48.45%63.14%-
XYZ19.8928.7623.24-
YUV133.35122.1692.09-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.62%
GREEN value IS 161 (63.28% from 255) = 43.87%
BLUE value IS 123 (48.44% from 255) = 33.51%
R=22.62%
G=43.87%
B=33.51%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal831611230.4800.240.37150.7731.9747.84
Hex53A17B3001825972030
Octal12324117360030452274060
Binary101001110100001111101111000001100010010110010111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A17B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,161,123); }

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

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

 a { background-color: rgb(83,161,123); }

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

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

 span { border-color: rgb(83,161,123); }

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