#4AABAA

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

Shades of Cadet Blue #4AABAA

Tints of Cadet Blue #4AABAA

Color information

#4AABAA (or 0x4AABAA) is unknown color: approx Cadet Blue. HEX triplet: 4A, AB and AA. RGB value is (74,171,170). Sum of RGB (Red+Green+Blue) = 74+171+170=415 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.83% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 171 - color contains mainly: green. Hex color #4AABAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AABAA is #B55455. Grayscale: #8D8D8D. Windows color (decimal): -11883606 or 11184970. OLE color: 11184970.

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

Color convert

RGB74171170-
CMYK0.5700.010.33
HSL179.38º39.59%48.04%-
HSV(B)179.38º56.73%67.06%-
XYZ24.6433.4843.19-
YUV141.88143.8679.58-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.83%
GREEN value IS 171 (67.19% from 255) = 41.20%
BLUE value IS 170 (66.80% from 255) = 40.96%
R=17.83%
G=41.20%
B=40.96%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal741711700.5700.010.33179.3839.5948.04
Hex4AABAA390121b32830
Octal1122532527101412635060
Binary100101010101011101010101110010110000110110011101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4AABAA; }

 p { color: rgb(74,171,170); }

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

<style>
 a { background-color: #4AABAA; }

 a { background-color: rgb(74,171,170); }

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

<style>
 span { border-color: #4AABAA; }

 span { border-color: rgb(74,171,170); }

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