Html Css Color HEX #51A4AF Fountain Blue

📋 copy color: '#51A4AF'

red 81 ◦ green 164 ◦ blue 175

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

Shades of Fountain Blue #51A4AF

Tints of Fountain Blue #51A4AF

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.05%

 BLUE value IS 175 (68.75% from 255) = 41.67%

R = 19.29%
G = 39.05%
B = 41.67%

CMYK

 C value IS 0.54

 M value IS 0.06

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#51A4AF (or 0x51A4AF) is known color: Fountain Blue. HEX triplet: 51, A4 and AF. RGB value is (81,164,175). Sum of RGB (Red+Green+Blue) = 81+164+175=420 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.29% from 420); Green value is 164 (64.45% from 255 or 39.05% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 175 - color contains mainly: blue. Hex color #51A4AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51A4AF is #AE5B50. Grayscale: #8C8C8C. Windows color (decimal): -11426641 or 11510865. OLE color: 11510865.

HSL color Cylindrical-coordinate representation of color #51A4AF: hue angle of 187.02º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #51A4AF is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 81 164 175 -
CMYK 0.54 0.06 0 0.31
HSL 187.02º 0.37% 0.5% -
HSV(B) 187.02º 0.54% 0.69% -
XYZ 24.41 31.4 45.33 -
YUV 140.44 147.5 85.61 -
System Red Green Blue C M Y K H S L
Decimal 81 164 175 0.54 0.06 0 0.31 187.02 0.37 0.5
Hex 51 A4 AF 36 6 0 1F BB 25 32
Octal 121 244 257 66 6 0 37 273 45 62
Binary 1010001 10100100 10101111 110110 110 0 11111 10111011 100101 110010

Color Harmonies of #51A4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51A4AF

Black with #51A4AF

Text Example


Text Example

White with #51A4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,164,175); }

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

background-color css

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

 a { background-color: rgb(81,164,175); }

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

border-color css

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

 span { border-color: rgb(81,164,175); }

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