#4AA2A1

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

Shades of Cadet Blue #4AA2A1

Tints of Cadet Blue #4AA2A1

Color information

#4AA2A1 (or 0x4AA2A1) is unknown color: approx Cadet Blue. HEX triplet: 4A, A2 and A1. RGB value is (74,162,161). Sum of RGB (Red+Green+Blue) = 74+162+161=397 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.64% from 397); Green value is 162 (63.67% from 255 or 40.81% from 397); Blue value is 161 (63.28% from 255 or 40.55% from 397); Max value from RGB is 162 - color contains mainly: green. Hex color #4AA2A1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA2A1 is #B55D5E. Grayscale: #878787. Windows color (decimal): -11885919 or 10592842. OLE color: 10592842.

HSL color Cylindrical-coordinate representation of color #4AA2A1: hue angle of 179.32º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4AA2A1 is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB74162161-
CMYK0.5400.010.36
HSL179.32º37.29%46.27%-
HSV(B)179.32º54.32%63.53%-
XYZ22.1829.8738.31-
YUV135.57142.3584.08-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.64%
GREEN value IS 162 (63.67% from 255) = 40.81%
BLUE value IS 161 (63.28% from 255) = 40.55%
R=18.64%
G=40.81%
B=40.55%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal741621610.5400.010.36179.3237.2946.27
Hex4AA2A1360124b3252e
Octal1122422416601442634556
Binary100101010100010101000011101100110010010110011100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA2A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,162,161); }

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

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

 a { background-color: rgb(74,162,161); }

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

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

 span { border-color: rgb(74,162,161); }

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