#47A39F

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

Shades of Cadet Blue #47A39F

Tints of Cadet Blue #47A39F

Color information

#47A39F (or 0x47A39F) is unknown color: approx Cadet Blue. HEX triplet: 47, A3 and 9F. RGB value is (71,163,159). Sum of RGB (Red+Green+Blue) = 71+163+159=393 (52% of max value = 765). Red value is 71 (28.12% from 255 or 18.07% from 393); Green value is 163 (64.06% from 255 or 41.48% from 393); Blue value is 159 (62.5% from 255 or 40.46% from 393); Max value from RGB is 163 - color contains mainly: green. Hex color #47A39F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47A39F is #B85C60. Grayscale: #868686. Windows color (decimal): -12082273 or 10462023. OLE color: 10462023.

HSL color Cylindrical-coordinate representation of color #47A39F: hue angle of 177.39º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #47A39F is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB71163159-
CMYK0.5600.020.36
HSL177.39º39.32%45.88%-
HSV(B)177.39º56.44%63.92%-
XYZ21.9530.0437.44-
YUV135.04141.5282.33-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.07%
GREEN value IS 163 (64.06% from 255) = 41.48%
BLUE value IS 159 (62.5% from 255) = 40.46%
R=18.07%
G=41.48%
B=40.46%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal711631590.5600.020.36177.3939.3245.88
Hex47A39F380224b1272e
Octal1072432377002442614756
Binary1000111101000111001111111100001010010010110001100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,163,159); }

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

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

 a { background-color: rgb(71,163,159); }

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

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

 span { border-color: rgb(71,163,159); }

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