Html Css Color HEX #53AAA3 Cadet Blue

📋 copy color: '#53AAA3'

red 83 ◦ green 170 ◦ blue 163

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

Shades of Cadet Blue #53AAA3

Tints of Cadet Blue #53AAA3

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.87%

 BLUE value IS 163 (64.06% from 255) = 39.18%

R = 19.95%
G = 40.87%
B = 39.18%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#53AAA3 (or 0x53AAA3) is known color: Cadet Blue. HEX triplet: 53, AA and A3. RGB value is (83,170,163). Sum of RGB (Red+Green+Blue) = 83+170+163=416 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.95% from 416); Green value is 170 (66.80% from 255 or 40.87% from 416); Blue value is 163 (64.06% from 255 or 39.18% from 416); Max value from RGB is 170 - color contains mainly: green. Hex color #53AAA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AAA3 is #AC555C. Grayscale: #8F8F8F. Windows color (decimal): -11294045 or 10725971. OLE color: 10725971.

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

Color convert

RGB 83 170 163 -
CMYK 0.51 0 0.04 0.33
HSL 175.17º 0.34% 0.5% -
HSV(B) 175.17º 0.51% 0.67% -
XYZ 24.55 33.23 39.77 -
YUV 143.19 139.18 85.07 -
System Red Green Blue C M Y K H S L
Decimal 83 170 163 0.51 0 0.04 0.33 175.17 0.34 0.5
Hex 53 AA A3 33 0 4 21 AF 22 32
Octal 123 252 243 63 0 4 41 257 42 62
Binary 1010011 10101010 10100011 110011 0 100 100001 10101111 100010 110010

Color Harmonies of #53AAA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AAA3

Black with #53AAA3

Text Example


Text Example

White with #53AAA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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