Html Css Color HEX #53A9AA Cadet Blue

📋 copy color: '#53A9AA'

red 83 ◦ green 169 ◦ blue 170

#53A9AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadet Blue #53A9AA

Tints of Cadet Blue #53A9AA

RGB

 RED value IS 83 (32.81% from 255) = 19.67%

 GREEN value IS 169 (66.41% from 255) = 40.05%

 BLUE value IS 170 (66.8% from 255) = 40.28%

R = 19.67%
G = 40.05%
B = 40.28%

CMYK

 C value IS 0.51

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#53A9AA (or 0x53A9AA) is known color: Cadet Blue. HEX triplet: 53, A9 and AA. RGB value is (83,169,170). Sum of RGB (Red+Green+Blue) = 83+169+170=422 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.67% from 422); Green value is 169 (66.41% from 255 or 40.05% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 170 - color contains mainly: blue. Hex color #53A9AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A9AA is #AC5655. Grayscale: #8F8F8F. Windows color (decimal): -11294294 or 11184467. OLE color: 11184467.

HSL color Cylindrical-coordinate representation of color #53A9AA: hue angle of 180.69º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53A9AA is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 83 169 170 -
CMYK 0.51 0.01 0 0.33
HSL 180.69º 0.34% 0.5% -
HSV(B) 180.69º 0.51% 0.67% -
XYZ 25.01 33.12 43.1 -
YUV 143.4 143.01 84.92 -
System Red Green Blue C M Y K H S L
Decimal 83 169 170 0.51 0.01 0 0.33 180.69 0.34 0.5
Hex 53 A9 AA 33 1 0 21 B5 22 32
Octal 123 251 252 63 1 0 41 265 42 62
Binary 1010011 10101001 10101010 110011 1 0 100001 10110101 100010 110010

Color Harmonies of #53A9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A9AA

Black with #53A9AA

Text Example


Text Example

White with #53A9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,169,170); }

 H1.HeaderClassName
 {
   color: #53A9AA;
 }
 .AnyTagClassName
 {
   color: #53A9AA;
 }
</style>

background-color css

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

 a { background-color: rgb(83,169,170); }

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

border-color css

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

 span { border-color: rgb(83,169,170); }

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