#47ABAC

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

Shades of Cadet Blue #47ABAC

Tints of Cadet Blue #47ABAC

Color information

#47ABAC (or 0x47ABAC) is unknown color: approx Cadet Blue. HEX triplet: 47, AB and AC. RGB value is (71,171,172). Sum of RGB (Red+Green+Blue) = 71+171+172=414 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.15% from 414); Green value is 171 (67.19% from 255 or 41.30% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 172 - color contains mainly: blue. Hex color #47ABAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47ABAC is #B85453. Grayscale: #8D8D8D. Windows color (decimal): -12080212 or 11316039. OLE color: 11316039.

HSL color Cylindrical-coordinate representation of color #47ABAC: hue angle of 180.59º 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 #47ABAC is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB71171172-
CMYK0.590.0100.33
HSL180.59º41.56%47.65%-
HSV(B)180.59º58.72%67.45%-
XYZ24.6133.4444.19-
YUV141.21145.3777.92-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.15%
GREEN value IS 171 (67.19% from 255) = 41.30%
BLUE value IS 172 (67.58% from 255) = 41.55%
R=17.15%
G=41.30%
B=41.55%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal711711720.590.0100.33180.5941.5647.65
Hex47ABAC3B1021b52a30
Octal1072532547310412655260
Binary100011110101011101011001110111010000110110101101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47ABAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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