Html Css Color HEX #49A8AB Cadet Blue

📋 copy color: '#49A8AB'

red 73 ◦ green 168 ◦ blue 171

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

Shades of Cadet Blue #49A8AB

Tints of Cadet Blue #49A8AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.5%

R = 17.72%
G = 40.78%
B = 41.5%

CMYK

 C value IS 0.57

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#49A8AB (or 0x49A8AB) is known color: Cadet Blue. HEX triplet: 49, A8 and AB. RGB value is (73,168,171). Sum of RGB (Red+Green+Blue) = 73+168+171=412 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.72% from 412); Green value is 168 (66.02% from 255 or 40.78% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 171 - color contains mainly: blue. Hex color #49A8AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A8AB is #B65754. Grayscale: #8B8B8B. Windows color (decimal): -11949909 or 11249737. OLE color: 11249737.

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

Color convert

RGB 73 168 171 -
CMYK 0.57 0.02 0 0.33
HSL 181.84º 0.4% 0.48% -
HSV(B) 181.84º 0.57% 0.67% -
XYZ 24.1 32.36 43.5 -
YUV 139.94 145.53 80.26 -
System Red Green Blue C M Y K H S L
Decimal 73 168 171 0.57 0.02 0 0.33 181.84 0.4 0.48
Hex 49 A8 AB 39 2 0 21 B6 28 30
Octal 111 250 253 71 2 0 41 266 50 60
Binary 1001001 10101000 10101011 111001 10 0 100001 10110110 101000 110000

Color Harmonies of #49A8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A8AB

Black with #49A8AB

Text Example


Text Example

White with #49A8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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