Html Css Color HEX #51ADAA Fountain Blue

📋 copy color: '#51ADAA'

red 81 ◦ green 173 ◦ blue 170

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

Shades of Fountain Blue #51ADAA

Tints of Fountain Blue #51ADAA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.8%

 BLUE value IS 170 (66.8% from 255) = 40.09%

R = 19.1%
G = 40.8%
B = 40.09%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#51ADAA (or 0x51ADAA) is known color: Fountain Blue. HEX triplet: 51, AD and AA. RGB value is (81,173,170). Sum of RGB (Red+Green+Blue) = 81+173+170=424 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.10% from 424); Green value is 173 (67.97% from 255 or 40.80% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 173 - color contains mainly: green. Hex color #51ADAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51ADAA is #AE5255. Grayscale: #919191. Windows color (decimal): -11424342 or 11185489. OLE color: 11185489.

HSL color Cylindrical-coordinate representation of color #51ADAA: hue angle of 178.04º 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 #51ADAA is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 81 173 170 -
CMYK 0.53 0 0.02 0.32
HSL 178.04º 0.36% 0.5% -
HSV(B) 178.04º 0.53% 0.68% -
XYZ 25.59 34.54 43.35 -
YUV 145.15 142.02 82.24 -
System Red Green Blue C M Y K H S L
Decimal 81 173 170 0.53 0 0.02 0.32 178.04 0.36 0.5
Hex 51 AD AA 35 0 2 20 B2 24 32
Octal 121 255 252 65 0 2 40 262 44 62
Binary 1010001 10101101 10101010 110101 0 10 100000 10110010 100100 110010

Color Harmonies of #51ADAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51ADAA

Black with #51ADAA

Text Example


Text Example

White with #51ADAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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