Html Css Color HEX #49A9AA Cadet Blue

📋 copy color: '#49A9AA'

red 73 ◦ green 169 ◦ blue 170

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

Shades of Cadet Blue #49A9AA

Tints of Cadet Blue #49A9AA

RGB

 RED value IS 73 (28.91% from 255) = 17.72%

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

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

R = 17.72%
G = 41.02%
B = 41.26%

CMYK

 C value IS 0.57

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#49A9AA (or 0x49A9AA) is known color: Cadet Blue. HEX triplet: 49, A9 and AA. RGB value is (73,169,170). Sum of RGB (Red+Green+Blue) = 73+169+170=412 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.72% from 412); Green value is 169 (66.41% from 255 or 41.02% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 170 - color contains mainly: blue. Hex color #49A9AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A9AA is #B65655. Grayscale: #8C8C8C. Windows color (decimal): -11949654 or 11184457. OLE color: 11184457.

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

Color convert

RGB 73 169 170 -
CMYK 0.57 0.01 0 0.33
HSL 180.62º 0.4% 0.48% -
HSV(B) 180.62º 0.57% 0.67% -
XYZ 24.19 32.69 43.07 -
YUV 140.41 144.7 79.92 -
System Red Green Blue C M Y K H S L
Decimal 73 169 170 0.57 0.01 0 0.33 180.62 0.4 0.48
Hex 49 A9 AA 39 1 0 21 B5 28 30
Octal 111 251 252 71 1 0 41 265 50 60
Binary 1001001 10101001 10101010 111001 1 0 100001 10110101 101000 110000

Color Harmonies of #49A9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A9AA

Black with #49A9AA

Text Example


Text Example

White with #49A9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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