Html Css Color HEX #47ADAE Fountain Blue

📋 copy color: '#47ADAE'

red 71 ◦ green 173 ◦ blue 174

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

Shades of Fountain Blue #47ADAE

Tints of Fountain Blue #47ADAE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.39%

 BLUE value IS 174 (68.36% from 255) = 41.63%

R = 16.99%
G = 41.39%
B = 41.63%

CMYK

 C value IS 0.59

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#47ADAE (or 0x47ADAE) is known color: Fountain Blue. HEX triplet: 47, AD and AE. RGB value is (71,173,174). Sum of RGB (Red+Green+Blue) = 71+173+174=418 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.99% from 418); Green value is 173 (67.97% from 255 or 41.39% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 174 - color contains mainly: blue. Hex color #47ADAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47ADAE is #B85251. Grayscale: #8E8E8E. Windows color (decimal): -12079698 or 11447623. OLE color: 11447623.

HSL color Cylindrical-coordinate representation of color #47ADAE: hue angle of 180.58º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47ADAE is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 71 173 174 -
CMYK 0.59 0.01 0 0.32
HSL 180.58º 0.42% 0.48% -
HSV(B) 180.58º 0.59% 0.68% -
XYZ 25.18 34.28 45.33 -
YUV 142.62 145.71 76.92 -
System Red Green Blue C M Y K H S L
Decimal 71 173 174 0.59 0.01 0 0.32 180.58 0.42 0.48
Hex 47 AD AE 3B 1 0 20 B5 2A 30
Octal 107 255 256 73 1 0 40 265 52 60
Binary 1000111 10101101 10101110 111011 1 0 100000 10110101 101010 110000

Color Harmonies of #47ADAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47ADAE

Black with #47ADAE

Text Example


Text Example

White with #47ADAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,173,174); }

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

background-color css

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

 a { background-color: rgb(71,173,174); }

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

border-color css

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

 span { border-color: rgb(71,173,174); }

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