Html Css Color HEX #51B0B4 Fountain Blue

📋 copy color: '#51B0B4'

red 81 ◦ green 176 ◦ blue 180

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

Shades of Fountain Blue #51B0B4

Tints of Fountain Blue #51B0B4

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.27%

 BLUE value IS 180 (70.7% from 255) = 41.19%

R = 18.54%
G = 40.27%
B = 41.19%

CMYK

 C value IS 0.55

 M value IS 0.02

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#51B0B4 (or 0x51B0B4) is known color: Fountain Blue. HEX triplet: 51, B0 and B4. RGB value is (81,176,180). Sum of RGB (Red+Green+Blue) = 81+176+180=437 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.54% from 437); Green value is 176 (69.14% from 255 or 40.27% from 437); Blue value is 180 (70.70% from 255 or 41.19% from 437); Max value from RGB is 180 - color contains mainly: blue. Hex color #51B0B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51B0B4 is #AE4F4B. Grayscale: #939393. Windows color (decimal): -11423564 or 11841617. OLE color: 11841617.

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

Color convert

RGB 81 176 180 -
CMYK 0.55 0.02 0 0.29
HSL 182.42º 0.4% 0.51% -
HSV(B) 182.42º 0.55% 0.71% -
XYZ 27.16 36.1 48.72 -
YUV 148.05 146.03 80.17 -
System Red Green Blue C M Y K H S L
Decimal 81 176 180 0.55 0.02 0 0.29 182.42 0.4 0.51
Hex 51 B0 B4 37 2 0 1D B6 28 33
Octal 121 260 264 67 2 0 35 266 50 63
Binary 1010001 10110000 10110100 110111 10 0 11101 10110110 101000 110011

Color Harmonies of #51B0B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51B0B4

Black with #51B0B4

Text Example


Text Example

White with #51B0B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,176,180); }

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

background-color css

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

 a { background-color: rgb(81,176,180); }

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

border-color css

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

 span { border-color: rgb(81,176,180); }

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