Html Css Color HEX #63AAAC Fountain Blue

📋 copy color: '#63AAAC'

red 99 ◦ green 170 ◦ blue 172

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

Shades of Fountain Blue #63AAAC

Tints of Fountain Blue #63AAAC

RGB

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

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

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

R = 22.45%
G = 38.55%
B = 39%

CMYK

 C value IS 0.42

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#63AAAC (or 0x63AAAC) is known color: Fountain Blue. HEX triplet: 63, AA and AC. RGB value is (99,170,172). Sum of RGB (Red+Green+Blue) = 99+170+172=441 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.45% from 441); Green value is 170 (66.80% from 255 or 38.55% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 172 - color contains mainly: blue. Hex color #63AAAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63AAAC is #9C5553. Grayscale: #949494. Windows color (decimal): -10245460 or 11315811. OLE color: 11315811.

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

Color convert

RGB 99 170 172 -
CMYK 0.42 0.01 0 0.33
HSL 181.64º 0.31% 0.53% -
HSV(B) 181.64º 0.42% 0.67% -
XYZ 26.97 34.38 44.24 -
YUV 149 140.98 92.34 -
System Red Green Blue C M Y K H S L
Decimal 99 170 172 0.42 0.01 0 0.33 181.64 0.31 0.53
Hex 63 AA AC 2A 1 0 21 B6 1F 35
Octal 143 252 254 52 1 0 41 266 37 65
Binary 1100011 10101010 10101100 101010 1 0 100001 10110110 11111 110101

Color Harmonies of #63AAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63AAAC

Black with #63AAAC

Text Example


Text Example

White with #63AAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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