Html Css Color HEX #51B4B1 Fountain Blue

📋 copy color: '#51B4B1'

red 81 ◦ green 180 ◦ blue 177

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

Shades of Fountain Blue #51B4B1

Tints of Fountain Blue #51B4B1

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.1%

 BLUE value IS 177 (69.53% from 255) = 40.41%

R = 18.49%
G = 41.1%
B = 40.41%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#51B4B1 (or 0x51B4B1) is known color: Fountain Blue. HEX triplet: 51, B4 and B1. RGB value is (81,180,177). Sum of RGB (Red+Green+Blue) = 81+180+177=438 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.49% from 438); Green value is 180 (70.70% from 255 or 41.10% from 438); Blue value is 177 (69.53% from 255 or 40.41% from 438); Max value from RGB is 180 - color contains mainly: green. Hex color #51B4B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51B4B1 is #AE4B4E. Grayscale: #959595. Windows color (decimal): -11422543 or 11646033. OLE color: 11646033.

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

Color convert

RGB 81 180 177 -
CMYK 0.55 0 0.02 0.29
HSL 178.18º 0.4% 0.51% -
HSV(B) 178.18º 0.55% 0.71% -
XYZ 27.65 37.57 47.39 -
YUV 150.06 143.2 78.74 -
System Red Green Blue C M Y K H S L
Decimal 81 180 177 0.55 0 0.02 0.29 178.18 0.4 0.51
Hex 51 B4 B1 37 0 2 1D B2 28 33
Octal 121 264 261 67 0 2 35 262 50 63
Binary 1010001 10110100 10110001 110111 0 10 11101 10110010 101000 110011

Color Harmonies of #51B4B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51B4B1

Black with #51B4B1

Text Example


Text Example

White with #51B4B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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