Html Css Color HEX #51B0AD Fountain Blue

📋 copy color: '#51B0AD'

red 81 ◦ green 176 ◦ blue 173

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

Shades of Fountain Blue #51B0AD

Tints of Fountain Blue #51B0AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.23%

R = 18.84%
G = 40.93%
B = 40.23%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#51B0AD (or 0x51B0AD) is known color: Fountain Blue. HEX triplet: 51, B0 and AD. RGB value is (81,176,173). Sum of RGB (Red+Green+Blue) = 81+176+173=430 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.84% from 430); Green value is 176 (69.14% from 255 or 40.93% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 176 - color contains mainly: green. Hex color #51B0AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51B0AD is #AE4F52. Grayscale: #939393. Windows color (decimal): -11423571 or 11382865. OLE color: 11382865.

HSL color Cylindrical-coordinate representation of color #51B0AD: hue angle of 178.11º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #51B0AD is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 81 176 173 -
CMYK 0.54 0 0.02 0.31
HSL 178.11º 0.38% 0.5% -
HSV(B) 178.11º 0.54% 0.69% -
XYZ 26.46 35.82 45.05 -
YUV 147.25 142.53 80.74 -
System Red Green Blue C M Y K H S L
Decimal 81 176 173 0.54 0 0.02 0.31 178.11 0.38 0.5
Hex 51 B0 AD 36 0 2 1F B2 26 32
Octal 121 260 255 66 0 2 37 262 46 62
Binary 1010001 10110000 10101101 110110 0 10 11111 10110010 100110 110010

Color Harmonies of #51B0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51B0AD

Black with #51B0AD

Text Example


Text Example

White with #51B0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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