#47AAA7

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

Shades of Cadet Blue #47AAA7

Tints of Cadet Blue #47AAA7

Color information

#47AAA7 (or 0x47AAA7) is unknown color: approx Cadet Blue. HEX triplet: 47, AA and A7. RGB value is (71,170,167). Sum of RGB (Red+Green+Blue) = 71+170+167=408 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.40% from 408); Green value is 170 (66.80% from 255 or 41.67% from 408); Blue value is 167 (65.62% from 255 or 40.93% from 408); Max value from RGB is 170 - color contains mainly: green. Hex color #47AAA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47AAA7 is #B85558. Grayscale: #8B8B8B. Windows color (decimal): -12080473 or 10988103. OLE color: 10988103.

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

Color convert

RGB71170167-
CMYK0.5800.020.33
HSL178.18º41.08%47.25%-
HSV(B)178.18º58.24%66.67%-
XYZ23.9532.8841.64-
YUV140.06143.278.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.40%
GREEN value IS 170 (66.80% from 255) = 41.67%
BLUE value IS 167 (65.62% from 255) = 40.93%
R=17.40%
G=41.67%
B=40.93%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal711701670.5800.020.33178.1841.0847.25
Hex47AAA73A0221b2292f
Octal1072522477202412625157
Binary1000111101010101010011111101001010000110110010101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47AAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,170,167); }

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

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

 a { background-color: rgb(71,170,167); }

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

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

 span { border-color: rgb(71,170,167); }

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