Html Css Color HEX #47AAAC Cadet Blue

📋 copy color: '#47AAAC'

red 71 ◦ green 170 ◦ blue 172

#47AAAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadet Blue #47AAAC

Tints of Cadet Blue #47AAAC

RGB

 RED value IS 71 (28.13% from 255) = 17.19%

 GREEN value IS 170 (66.8% from 255) = 41.16%

 BLUE value IS 172 (67.58% from 255) = 41.65%

R = 17.19%
G = 41.16%
B = 41.65%

CMYK

 C value IS 0.59

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#47AAAC (or 0x47AAAC) is known color: Cadet Blue. HEX triplet: 47, AA and AC. RGB value is (71,170,172). Sum of RGB (Red+Green+Blue) = 71+170+172=413 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.19% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 172 - color contains mainly: blue. Hex color #47AAAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47AAAC is #B85553. Grayscale: #8C8C8C. Windows color (decimal): -12080468 or 11315783. OLE color: 11315783.

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

Color convert

RGB 71 170 172 -
CMYK 0.59 0.01 0 0.33
HSL 181.19º 0.42% 0.48% -
HSV(B) 181.19º 0.59% 0.67% -
XYZ 24.42 33.07 44.13 -
YUV 140.63 145.7 78.34 -
System Red Green Blue C M Y K H S L
Decimal 71 170 172 0.59 0.01 0 0.33 181.19 0.42 0.48
Hex 47 AA AC 3B 1 0 21 B5 2A 30
Octal 107 252 254 73 1 0 41 265 52 60
Binary 1000111 10101010 10101100 111011 1 0 100001 10110101 101010 110000

Color Harmonies of #47AAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47AAAC

Black with #47AAAC

Text Example


Text Example

White with #47AAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #47AAAC;
 }
 .AnyTagClassName
 {
   color: #47AAAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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