Html Css Color HEX #49AAAC Cadet Blue

📋 copy color: '#49AAAC'

red 73 ◦ green 170 ◦ blue 172

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

Shades of Cadet Blue #49AAAC

Tints of Cadet Blue #49AAAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.45%

R = 17.59%
G = 40.96%
B = 41.45%

CMYK

 C value IS 0.58

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#49AAAC (or 0x49AAAC) is known color: Cadet Blue. HEX triplet: 49, AA and AC. RGB value is (73,170,172). Sum of RGB (Red+Green+Blue) = 73+170+172=415 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.59% from 415); Green value is 170 (66.80% from 255 or 40.96% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 172 - color contains mainly: blue. Hex color #49AAAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AAAC is #B65553. Grayscale: #8D8D8D. Windows color (decimal): -11949396 or 11315785. OLE color: 11315785.

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

Color convert

RGB 73 170 172 -
CMYK 0.58 0.01 0 0.33
HSL 181.21º 0.4% 0.48% -
HSV(B) 181.21º 0.58% 0.67% -
XYZ 24.57 33.14 44.13 -
YUV 141.23 145.36 79.34 -
System Red Green Blue C M Y K H S L
Decimal 73 170 172 0.58 0.01 0 0.33 181.21 0.4 0.48
Hex 49 AA AC 3A 1 0 21 B5 28 30
Octal 111 252 254 72 1 0 41 265 50 60
Binary 1001001 10101010 10101100 111010 1 0 100001 10110101 101000 110000

Color Harmonies of #49AAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AAAC

Black with #49AAAC

Text Example


Text Example

White with #49AAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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