Html Css Color HEX #51A8AE Fountain Blue

📋 copy color: '#51A8AE'

red 81 ◦ green 168 ◦ blue 174

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

Shades of Fountain Blue #51A8AE

Tints of Fountain Blue #51A8AE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.72%

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

R = 19.15%
G = 39.72%
B = 41.13%

CMYK

 C value IS 0.53

 M value IS 0.03

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#51A8AE (or 0x51A8AE) is known color: Fountain Blue. HEX triplet: 51, A8 and AE. RGB value is (81,168,174). Sum of RGB (Red+Green+Blue) = 81+168+174=423 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.15% from 423); Green value is 168 (66.02% from 255 or 39.72% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 174 - color contains mainly: blue. Hex color #51A8AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51A8AE is #AE5751. Grayscale: #8E8E8E. Windows color (decimal): -11425618 or 11446353. OLE color: 11446353.

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

Color convert

RGB 81 168 174 -
CMYK 0.53 0.03 0 0.32
HSL 183.87º 0.36% 0.5% -
HSV(B) 183.87º 0.53% 0.68% -
XYZ 25.04 32.81 45.06 -
YUV 142.67 145.68 84.01 -
System Red Green Blue C M Y K H S L
Decimal 81 168 174 0.53 0.03 0 0.32 183.87 0.36 0.5
Hex 51 A8 AE 35 3 0 20 B8 24 32
Octal 121 250 256 65 3 0 40 270 44 62
Binary 1010001 10101000 10101110 110101 11 0 100000 10111000 100100 110010

Color Harmonies of #51A8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51A8AE

Black with #51A8AE

Text Example


Text Example

White with #51A8AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,168,174); }

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

background-color css

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

 a { background-color: rgb(81,168,174); }

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

border-color css

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

 span { border-color: rgb(81,168,174); }

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