#47A8AE

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

Shades of Cadet Blue #47A8AE

Tints of Cadet Blue #47A8AE

Color information

#47A8AE (or 0x47A8AE) is unknown color: approx Cadet Blue. HEX triplet: 47, A8 and AE. RGB value is (71,168,174). Sum of RGB (Red+Green+Blue) = 71+168+174=413 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.19% from 413); Green value is 168 (66.02% from 255 or 40.68% from 413); Blue value is 174 (68.36% from 255 or 42.13% from 413); Max value from RGB is 174 - color contains mainly: blue. Hex color #47A8AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47A8AE is #B85751. Grayscale: #8B8B8B. Windows color (decimal): -12080978 or 11446343. OLE color: 11446343.

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

Color convert

RGB71168174-
CMYK0.590.0300.32
HSL183.5º42.04%48.04%-
HSV(B)183.5º59.2%68.24%-
XYZ24.2432.445.02-
YUV139.68147.3679.01-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.19%
GREEN value IS 168 (66.02% from 255) = 40.68%
BLUE value IS 174 (68.36% from 255) = 42.13%
R=17.19%
G=40.68%
B=42.13%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal711681740.590.0300.32183.542.0448.04
Hex47A8AE3B3020b72a30
Octal1072502567330402675260
Binary1000111101010001010111011101111010000010110111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,168,174); }

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

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

 a { background-color: rgb(71,168,174); }

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

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

 span { border-color: rgb(71,168,174); }

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