Html Css Color HEX #63A0AC Fountain Blue

📋 copy color: '#63A0AC'

red 99 ◦ green 160 ◦ blue 172

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

Shades of Fountain Blue #63A0AC

Tints of Fountain Blue #63A0AC

RGB

 RED value IS 99 (39.06% from 255) = 22.97%

 GREEN value IS 160 (62.89% from 255) = 37.12%

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

R = 22.97%
G = 37.12%
B = 39.91%

CMYK

 C value IS 0.42

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#63A0AC (or 0x63A0AC) is known color: Fountain Blue. HEX triplet: 63, A0 and AC. RGB value is (99,160,172). Sum of RGB (Red+Green+Blue) = 99+160+172=431 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.97% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 172 - color contains mainly: blue. Hex color #63A0AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A0AC is #9C5F53. Grayscale: #8F8F8F. Windows color (decimal): -10248020 or 11313251. OLE color: 11313251.

HSL color Cylindrical-coordinate representation of color #63A0AC: hue angle of 189.86º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #63A0AC is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 99 160 172 -
CMYK 0.42 0.07 0 0.33
HSL 189.86º 0.31% 0.53% -
HSV(B) 189.86º 0.42% 0.67% -
XYZ 25.16 30.77 43.64 -
YUV 143.13 144.29 96.52 -
System Red Green Blue C M Y K H S L
Decimal 99 160 172 0.42 0.07 0 0.33 189.86 0.31 0.53
Hex 63 A0 AC 2A 7 0 21 BE 1F 35
Octal 143 240 254 52 7 0 41 276 37 65
Binary 1100011 10100000 10101100 101010 111 0 100001 10111110 11111 110101

Color Harmonies of #63A0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63A0AC

Black with #63A0AC

Text Example


Text Example

White with #63A0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63A0AC; }

 p { color: rgb(99,160,172); }

 H1.HeaderClassName
 {
   color: #63A0AC;
 }
 .AnyTagClassName
 {
   color: #63A0AC;
 }
</style>

background-color css

<style>
 a { background-color: #63A0AC; }

 a { background-color: rgb(99,160,172); }

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

border-color css

<style>
 span { border-color: #63A0AC; }

 span { border-color: rgb(99,160,172); }

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