#49A49A

Color #49A49A Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #49A49A

Tints of Cadet Blue #49A49A

Color information

#49A49A (or 0x49A49A) is unknown color: approx Cadet Blue. HEX triplet: 49, A4 and 9A. RGB value is (73,164,154). Sum of RGB (Red+Green+Blue) = 73+164+154=391 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.67% from 391); Green value is 164 (64.45% from 255 or 41.94% from 391); Blue value is 154 (60.55% from 255 or 39.39% from 391); Max value from RGB is 164 - color contains mainly: green. Hex color #49A49A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A49A is #B65B65. Grayscale: #878787. Windows color (decimal): -11950950 or 10134601. OLE color: 10134601.

HSL color Cylindrical-coordinate representation of color #49A49A: hue angle of 173.41º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49A49A is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB73164154-
CMYK0.5500.060.36
HSL173.41º38.4%46.47%-
HSV(B)173.41º55.49%64.31%-
XYZ21.8630.335.27-
YUV135.65138.3583.31-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.67%
GREEN value IS 164 (64.45% from 255) = 41.94%
BLUE value IS 154 (60.55% from 255) = 39.39%
R=18.67%
G=41.94%
B=39.39%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal731641540.5500.060.36173.4138.446.47
Hex49A49A370624ad262e
Octal1112442326706442554656
Binary10010011010010010011010110111011010010010101101100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,164,154); }

 H1.HeaderClassName
 {
   color: #49A49A;
 }
 .AnyTagClassName
 {
   color: #49A49A;
 }
</style>
background-color css

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

 a { background-color: rgb(73,164,154); }

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

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

 span { border-color: rgb(73,164,154); }

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