Html Css Color HEX #49A8AC Cadet Blue

📋 copy color: '#49A8AC'

red 73 ◦ green 168 ◦ blue 172

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

Shades of Cadet Blue #49A8AC

Tints of Cadet Blue #49A8AC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.68%

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

R = 17.68%
G = 40.68%
B = 41.65%

CMYK

 C value IS 0.58

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#49A8AC (or 0x49A8AC) is known color: Cadet Blue. HEX triplet: 49, A8 and AC. RGB value is (73,168,172). Sum of RGB (Red+Green+Blue) = 73+168+172=413 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.68% from 413); Green value is 168 (66.02% from 255 or 40.68% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 172 - color contains mainly: blue. Hex color #49A8AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A8AC is #B65753. Grayscale: #8B8B8B. Windows color (decimal): -11949908 or 11315273. OLE color: 11315273.

HSL color Cylindrical-coordinate representation of color #49A8AC: hue angle of 182.42º 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 #49A8AC is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 168 172 -
CMYK 0.58 0.02 0 0.33
HSL 182.42º 0.4% 0.48% -
HSV(B) 182.42º 0.58% 0.67% -
XYZ 24.2 32.4 44.01 -
YUV 140.05 146.03 80.17 -
System Red Green Blue C M Y K H S L
Decimal 73 168 172 0.58 0.02 0 0.33 182.42 0.4 0.48
Hex 49 A8 AC 3A 2 0 21 B6 28 30
Octal 111 250 254 72 2 0 41 266 50 60
Binary 1001001 10101000 10101100 111010 10 0 100001 10110110 101000 110000

Color Harmonies of #49A8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A8AC

Black with #49A8AC

Text Example


Text Example

White with #49A8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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