Html Css Color HEX #49ACAB Cadet Blue

📋 copy color: '#49ACAB'

red 73 ◦ green 172 ◦ blue 171

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

Shades of Cadet Blue #49ACAB

Tints of Cadet Blue #49ACAB

RGB

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

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

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

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

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

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

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

Color convert

RGB 73 172 171 -
CMYK 0.58 0 0.01 0.33
HSL 179.39º 0.4% 0.48% -
HSV(B) 179.39º 0.58% 0.67% -
XYZ 24.85 33.86 43.75 -
YUV 142.29 144.2 78.58 -
System Red Green Blue C M Y K H S L
Decimal 73 172 171 0.58 0 0.01 0.33 179.39 0.4 0.48
Hex 49 AC AB 3A 0 1 21 B3 28 30
Octal 111 254 253 72 0 1 41 263 50 60
Binary 1001001 10101100 10101011 111010 0 1 100001 10110011 101000 110000

Color Harmonies of #49ACAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49ACAB

Black with #49ACAB

Text Example


Text Example

White with #49ACAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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