#4AA3AC

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

Shades of Cadet Blue #4AA3AC

Tints of Cadet Blue #4AA3AC

Color information

#4AA3AC (or 0x4AA3AC) is unknown color: approx Cadet Blue. HEX triplet: 4A, A3 and AC. RGB value is (74,163,172). Sum of RGB (Red+Green+Blue) = 74+163+172=409 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.09% from 409); Green value is 163 (64.06% from 255 or 39.85% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 172 - color contains mainly: blue. Hex color #4AA3AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA3AC is #B55C53. Grayscale: #898989. Windows color (decimal): -11885652 or 11313994. OLE color: 11313994.

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

Color convert

RGB74163172-
CMYK0.570.0500.33
HSL185.51º39.84%48.24%-
HSV(B)185.51º56.98%67.45%-
XYZ23.3730.6343.71-
YUV137.42147.5182.77-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.09%
GREEN value IS 163 (64.06% from 255) = 39.85%
BLUE value IS 172 (67.58% from 255) = 42.05%
R=18.09%
G=39.85%
B=42.05%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal741631720.570.0500.33185.5139.8448.24
Hex4AA3AC395021ba2830
Octal1122432547150412725060
Binary10010101010001110101100111001101010000110111010101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,163,172); }

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

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

 a { background-color: rgb(74,163,172); }

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

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

 span { border-color: rgb(74,163,172); }

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