Html Css Color HEX #51ADB6 Fountain Blue

📋 copy color: '#51ADB6'

red 81 ◦ green 173 ◦ blue 182

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

Shades of Fountain Blue #51ADB6

Tints of Fountain Blue #51ADB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 41.74%

R = 18.58%
G = 39.68%
B = 41.74%

CMYK

 C value IS 0.55

 M value IS 0.05

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#51ADB6 (or 0x51ADB6) is known color: Fountain Blue. HEX triplet: 51, AD and B6. RGB value is (81,173,182). Sum of RGB (Red+Green+Blue) = 81+173+182=436 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.58% from 436); Green value is 173 (67.97% from 255 or 39.68% from 436); Blue value is 182 (71.48% from 255 or 41.74% from 436); Max value from RGB is 182 - color contains mainly: blue. Hex color #51ADB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51ADB6 is #AE5249. Grayscale: #929292. Windows color (decimal): -11424330 or 11971921. OLE color: 11971921.

HSL color Cylindrical-coordinate representation of color #51ADB6: hue angle of 185.35º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #51ADB6 is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 81 173 182 -
CMYK 0.55 0.05 0 0.29
HSL 185.35º 0.41% 0.52% -
HSV(B) 185.35º 0.55% 0.71% -
XYZ 26.78 35.01 49.6 -
YUV 146.52 148.02 81.27 -
System Red Green Blue C M Y K H S L
Decimal 81 173 182 0.55 0.05 0 0.29 185.35 0.41 0.52
Hex 51 AD B6 37 5 0 1D B9 29 34
Octal 121 255 266 67 5 0 35 271 51 64
Binary 1010001 10101101 10110110 110111 101 0 11101 10111001 101001 110100

Color Harmonies of #51ADB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51ADB6

Black with #51ADB6

Text Example


Text Example

White with #51ADB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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