Html Css Color HEX #51BAB7 Fountain Blue

📋 copy color: '#51BAB7'

red 81 ◦ green 186 ◦ blue 183

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

Shades of Fountain Blue #51BAB7

Tints of Fountain Blue #51BAB7

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.33%

 BLUE value IS 183 (71.88% from 255) = 40.67%

R = 18%
G = 41.33%
B = 40.67%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#51BAB7 (or 0x51BAB7) is known color: Fountain Blue. HEX triplet: 51, BA and B7. RGB value is (81,186,183). Sum of RGB (Red+Green+Blue) = 81+186+183=450 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 183 (71.88% from 255 or 40.67% from 450); Max value from RGB is 186 - color contains mainly: green. Hex color #51BAB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51BAB7 is #AE4548. Grayscale: #9A9A9A. Windows color (decimal): -11421001 or 12040785. OLE color: 12040785.

HSL color Cylindrical-coordinate representation of color #51BAB7: hue angle of 178.29º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #51BAB7 is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB 81 186 183 -
CMYK 0.56 0 0.02 0.27
HSL 178.29º 0.43% 0.52% -
HSV(B) 178.29º 0.56% 0.73% -
XYZ 29.5 40.29 51.02 -
YUV 154.26 144.21 75.74 -
System Red Green Blue C M Y K H S L
Decimal 81 186 183 0.56 0 0.02 0.27 178.29 0.43 0.52
Hex 51 BA B7 38 0 2 1B B2 2B 34
Octal 121 272 267 70 0 2 33 262 53 64
Binary 1010001 10111010 10110111 111000 0 10 11011 10110010 101011 110100

Color Harmonies of #51BAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51BAB7

Black with #51BAB7

Text Example


Text Example

White with #51BAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,186,183); }

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

background-color css

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

 a { background-color: rgb(81,186,183); }

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

border-color css

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

 span { border-color: rgb(81,186,183); }

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