#53A196

Color #53A196 Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #53A196

Tints of Cadet Blue #53A196

Color information

#53A196 (or 0x53A196) is unknown color: approx Cadet Blue. HEX triplet: 53, A1 and 96. RGB value is (83,161,150). Sum of RGB (Red+Green+Blue) = 83+161+150=394 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.07% from 394); Green value is 161 (63.28% from 255 or 40.86% from 394); Blue value is 150 (58.98% from 255 or 38.07% from 394); Max value from RGB is 161 - color contains mainly: green. Hex color #53A196 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A196 is #AC5E69. Grayscale: #888888. Windows color (decimal): -11296362 or 9871699. OLE color: 9871699.

HSL color Cylindrical-coordinate representation of color #53A196: hue angle of 171.54º 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 #53A196 is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB83161150-
CMYK0.4800.070.37
HSL171.54º31.97%47.84%-
HSV(B)171.54º48.45%63.14%-
XYZ21.8229.5333.4-
YUV136.42135.6689.89-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.07%
GREEN value IS 161 (63.28% from 255) = 40.86%
BLUE value IS 150 (58.98% from 255) = 38.07%
R=21.07%
G=40.86%
B=38.07%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal831611500.4800.070.37171.5431.9747.84
Hex53A196300725ac2030
Octal1232412266007452544060
Binary10100111010000110010110110000011110010110101100100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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