#47A8A2

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

Shades of Cadet Blue #47A8A2

Tints of Cadet Blue #47A8A2

Color information

#47A8A2 (or 0x47A8A2) is unknown color: approx Cadet Blue. HEX triplet: 47, A8 and A2. RGB value is (71,168,162). Sum of RGB (Red+Green+Blue) = 71+168+162=401 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.71% from 401); Green value is 168 (66.02% from 255 or 41.90% from 401); Blue value is 162 (63.67% from 255 or 40.40% from 401); Max value from RGB is 168 - color contains mainly: green. Hex color #47A8A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47A8A2 is #B8575D. Grayscale: #8A8A8A. Windows color (decimal): -12080990 or 10659911. OLE color: 10659911.

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

Color convert

RGB71168162-
CMYK0.5800.040.34
HSL176.29º40.59%46.86%-
HSV(B)176.29º57.74%65.88%-
XYZ23.1231.9539.13-
YUV138.31141.3679.99-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.71%
GREEN value IS 168 (66.02% from 255) = 41.90%
BLUE value IS 162 (63.67% from 255) = 40.40%
R=17.71%
G=41.90%
B=40.40%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal711681620.5800.040.34176.2940.5946.86
Hex47A8A23A0422b0292f
Octal1072502427204422605157
Binary10001111010100010100010111010010010001010110000101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A8A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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