Html Css Color HEX #49A8AE Cadet Blue

📋 copy color: '#49A8AE'

red 73 ◦ green 168 ◦ blue 174

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

Shades of Cadet Blue #49A8AE

Tints of Cadet Blue #49A8AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.93%

R = 17.59%
G = 40.48%
B = 41.93%

CMYK

 C value IS 0.58

 M value IS 0.03

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#49A8AE (or 0x49A8AE) is known color: Cadet Blue. HEX triplet: 49, A8 and AE. RGB value is (73,168,174). Sum of RGB (Red+Green+Blue) = 73+168+174=415 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.59% from 415); Green value is 168 (66.02% from 255 or 40.48% from 415); Blue value is 174 (68.36% from 255 or 41.93% from 415); Max value from RGB is 174 - color contains mainly: blue. Hex color #49A8AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A8AE is #B65751. Grayscale: #8C8C8C. Windows color (decimal): -11949906 or 11446345. OLE color: 11446345.

HSL color Cylindrical-coordinate representation of color #49A8AE: hue angle of 183.56º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49A8AE is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 73 168 174 -
CMYK 0.58 0.03 0 0.32
HSL 183.56º 0.41% 0.48% -
HSV(B) 183.56º 0.58% 0.68% -
XYZ 24.39 32.48 45.03 -
YUV 140.28 147.03 80.01 -
System Red Green Blue C M Y K H S L
Decimal 73 168 174 0.58 0.03 0 0.32 183.56 0.41 0.48
Hex 49 A8 AE 3A 3 0 20 B8 29 30
Octal 111 250 256 72 3 0 40 270 51 60
Binary 1001001 10101000 10101110 111010 11 0 100000 10111000 101001 110000

Color Harmonies of #49A8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A8AE

Black with #49A8AE

Text Example


Text Example

White with #49A8AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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