#47A9AC

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

Shades of Cadet Blue #47A9AC

Tints of Cadet Blue #47A9AC

Color information

#47A9AC (or 0x47A9AC) is unknown color: approx Cadet Blue. HEX triplet: 47, A9 and AC. RGB value is (71,169,172). Sum of RGB (Red+Green+Blue) = 71+169+172=412 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.23% from 412); Green value is 169 (66.41% from 255 or 41.02% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 172 - color contains mainly: blue. Hex color #47A9AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47A9AC is #B85653. Grayscale: #8B8B8B. Windows color (decimal): -12080724 or 11315527. OLE color: 11315527.

HSL color Cylindrical-coordinate representation of color #47A9AC: hue angle of 181.78º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47A9AC is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB71169172-
CMYK0.590.0200.33
HSL181.78º41.56%47.65%-
HSV(B)181.78º58.72%67.45%-
XYZ24.2332.6944.06-
YUV140.04146.0378.76-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.23%
GREEN value IS 169 (66.41% from 255) = 41.02%
BLUE value IS 172 (67.58% from 255) = 41.75%
R=17.23%
G=41.02%
B=41.75%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal711691720.590.0200.33181.7841.5647.65
Hex47A9AC3B2021b62a30
Octal1072512547320412665260
Binary1000111101010011010110011101110010000110110110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47A9AC; }

 p { color: rgb(71,169,172); }

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

<style>
 a { background-color: #47A9AC; }

 a { background-color: rgb(71,169,172); }

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

<style>
 span { border-color: #47A9AC; }

 span { border-color: rgb(71,169,172); }

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