Html Css Color HEX #49ABAC Cadet Blue

📋 copy color: '#49ABAC'

red 73 ◦ green 171 ◦ blue 172

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

Shades of Cadet Blue #49ABAC

Tints of Cadet Blue #49ABAC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.11%

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

R = 17.55%
G = 41.11%
B = 41.35%

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

#49ABAC (or 0x49ABAC) is known color: Cadet Blue. HEX triplet: 49, AB and AC. RGB value is (73,171,172). Sum of RGB (Red+Green+Blue) = 73+171+172=416 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.55% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 172 - color contains mainly: blue. Hex color #49ABAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49ABAC is #B65453. Grayscale: #8D8D8D. Windows color (decimal): -11949140 or 11316041. OLE color: 11316041.

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

Color convert

RGB 73 171 172 -
CMYK 0.58 0.01 0 0.33
HSL 180.61º 0.4% 0.48% -
HSV(B) 180.61º 0.58% 0.67% -
XYZ 24.76 33.52 44.2 -
YUV 141.81 145.03 78.92 -
System Red Green Blue C M Y K H S L
Decimal 73 171 172 0.58 0.01 0 0.33 180.61 0.4 0.48
Hex 49 AB AC 3A 1 0 21 B5 28 30
Octal 111 253 254 72 1 0 41 265 50 60
Binary 1001001 10101011 10101100 111010 1 0 100001 10110101 101000 110000

Color Harmonies of #49ABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49ABAC

Black with #49ABAC

Text Example


Text Example

White with #49ABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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