#53A19C

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

Shades of Cadet Blue #53A19C

Tints of Cadet Blue #53A19C

Color information

#53A19C (or 0x53A19C) is unknown color: approx Cadet Blue. HEX triplet: 53, A1 and 9C. RGB value is (83,161,156). Sum of RGB (Red+Green+Blue) = 83+161+156=400 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.75% from 400); Green value is 161 (63.28% from 255 or 40.25% from 400); Blue value is 156 (61.33% from 255 or 39% from 400); Max value from RGB is 161 - color contains mainly: green. Hex color #53A19C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A19C is #AC5E63. Grayscale: #898989. Windows color (decimal): -11296356 or 10264915. OLE color: 10264915.

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

Color convert

RGB83161156-
CMYK0.4800.030.37
HSL176.15º31.97%47.84%-
HSV(B)176.15º48.45%63.14%-
XYZ22.3129.7336.01-
YUV137.11138.6689.41-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.75%
GREEN value IS 161 (63.28% from 255) = 40.25%
BLUE value IS 156 (61.33% from 255) = 39%
R=20.75%
G=40.25%
B=39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal831611560.4800.030.37176.1531.9747.84
Hex53A19C300325b02030
Octal1232412346003452604060
Binary1010011101000011001110011000001110010110110000100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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