Html Css Color HEX #51BBB8 Fountain Blue

📋 copy color: '#51BBB8'

red 81 ◦ green 187 ◦ blue 184

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

Shades of Fountain Blue #51BBB8

Tints of Fountain Blue #51BBB8

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.37%

 BLUE value IS 184 (72.27% from 255) = 40.71%

R = 17.92%
G = 41.37%
B = 40.71%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#51BBB8 (or 0x51BBB8) is known color: Fountain Blue. HEX triplet: 51, BB and B8. RGB value is (81,187,184). Sum of RGB (Red+Green+Blue) = 81+187+184=452 (59% of max value = 765). Red value is 81 (32.03% from 255 or 17.92% from 452); Green value is 187 (73.44% from 255 or 41.37% from 452); Blue value is 184 (72.27% from 255 or 40.71% from 452); Max value from RGB is 187 - color contains mainly: green. Hex color #51BBB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51BBB8 is #AE4447. Grayscale: #9A9A9A. Windows color (decimal): -11420744 or 12106577. OLE color: 12106577.

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

Color convert

RGB 81 187 184 -
CMYK 0.57 0 0.02 0.27
HSL 178.3º 0.44% 0.53% -
HSV(B) 178.3º 0.57% 0.73% -
XYZ 29.82 40.75 51.64 -
YUV 154.96 144.38 75.24 -
System Red Green Blue C M Y K H S L
Decimal 81 187 184 0.57 0 0.02 0.27 178.3 0.44 0.53
Hex 51 BB B8 39 0 2 1B B2 2C 35
Octal 121 273 270 71 0 2 33 262 54 65
Binary 1010001 10111011 10111000 111001 0 10 11011 10110010 101100 110101

Color Harmonies of #51BBB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51BBB8

Black with #51BBB8

Text Example


Text Example

White with #51BBB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,187,184); }

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

background-color css

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

 a { background-color: rgb(81,187,184); }

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

border-color css

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

 span { border-color: rgb(81,187,184); }

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