#53A19B

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

Shades of Cadet Blue #53A19B

Tints of Cadet Blue #53A19B

Color information

#53A19B (or 0x53A19B) is unknown color: approx Cadet Blue. HEX triplet: 53, A1 and 9B. RGB value is (83,161,155). Sum of RGB (Red+Green+Blue) = 83+161+155=399 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.80% from 399); Green value is 161 (63.28% from 255 or 40.35% from 399); Blue value is 155 (60.94% from 255 or 38.85% from 399); Max value from RGB is 161 - color contains mainly: green. Hex color #53A19B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A19B is #AC5E64. Grayscale: #888888. Windows color (decimal): -11296357 or 10199379. OLE color: 10199379.

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

Color convert

RGB83161155-
CMYK0.4800.040.37
HSL175.38º31.97%47.84%-
HSV(B)175.38º48.45%63.14%-
XYZ22.2329.735.57-
YUV136.99138.1689.49-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.80%
GREEN value IS 161 (63.28% from 255) = 40.35%
BLUE value IS 155 (60.94% from 255) = 38.85%
R=20.80%
G=40.35%
B=38.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal831611550.4800.040.37175.3831.9747.84
Hex53A19B300425af2030
Octal1232412336004452574060
Binary10100111010000110011011110000010010010110101111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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