Html Css Color HEX #51AAAC Fountain Blue

📋 copy color: '#51AAAC'

red 81 ◦ green 170 ◦ blue 172

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

Shades of Fountain Blue #51AAAC

Tints of Fountain Blue #51AAAC

RGB

 RED value IS 81 (32.03% from 255) = 19.15%

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

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

R = 19.15%
G = 40.19%
B = 40.66%

CMYK

 C value IS 0.53

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#51AAAC (or 0x51AAAC) is known color: Fountain Blue. HEX triplet: 51, AA and AC. RGB value is (81,170,172). Sum of RGB (Red+Green+Blue) = 81+170+172=423 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.15% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 172 - color contains mainly: blue. Hex color #51AAAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51AAAC is #AE5553. Grayscale: #8F8F8F. Windows color (decimal): -11425108 or 11315793. OLE color: 11315793.

HSL color Cylindrical-coordinate representation of color #51AAAC: hue angle of 181.32º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #51AAAC is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 81 170 172 -
CMYK 0.53 0.01 0 0.33
HSL 181.32º 0.36% 0.5% -
HSV(B) 181.32º 0.53% 0.67% -
XYZ 25.21 33.48 44.16 -
YUV 143.62 144.01 83.34 -
System Red Green Blue C M Y K H S L
Decimal 81 170 172 0.53 0.01 0 0.33 181.32 0.36 0.5
Hex 51 AA AC 35 1 0 21 B5 24 32
Octal 121 252 254 65 1 0 41 265 44 62
Binary 1010001 10101010 10101100 110101 1 0 100001 10110101 100100 110010

Color Harmonies of #51AAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51AAAC

Black with #51AAAC

Text Example


Text Example

White with #51AAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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