Html Css Color HEX #5FADBA Fountain Blue

📋 copy color: '#5FADBA'

red 95 ◦ green 173 ◦ blue 186

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

Shades of Fountain Blue #5FADBA

Tints of Fountain Blue #5FADBA

RGB

 RED value IS 95 (37.5% from 255) = 20.93%

 GREEN value IS 173 (67.97% from 255) = 38.11%

 BLUE value IS 186 (73.05% from 255) = 40.97%

R = 20.93%
G = 38.11%
B = 40.97%

CMYK

 C value IS 0.49

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5FADBA (or 0x5FADBA) is known color: Fountain Blue. HEX triplet: 5F, AD and BA. RGB value is (95,173,186). Sum of RGB (Red+Green+Blue) = 95+173+186=454 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.93% from 454); Green value is 173 (67.97% from 255 or 38.11% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 186 - color contains mainly: blue. Hex color #5FADBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FADBA is #A05245. Grayscale: #979797. Windows color (decimal): -10506822 or 12234079. OLE color: 12234079.

HSL color Cylindrical-coordinate representation of color #5FADBA: hue angle of 188.57º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5FADBA is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 95 173 186 -
CMYK 0.49 0.07 0 0.27
HSL 188.57º 0.4% 0.55% -
HSV(B) 188.57º 0.49% 0.73% -
XYZ 28.53 35.87 51.87 -
YUV 151.16 147.66 87.94 -
System Red Green Blue C M Y K H S L
Decimal 95 173 186 0.49 0.07 0 0.27 188.57 0.4 0.55
Hex 5F AD BA 31 7 0 1B BD 28 37
Octal 137 255 272 61 7 0 33 275 50 67
Binary 1011111 10101101 10111010 110001 111 0 11011 10111101 101000 110111

Color Harmonies of #5FADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FADBA

Black with #5FADBA

Text Example


Text Example

White with #5FADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5FADBA; }

 p { color: rgb(95,173,186); }

 H1.HeaderClassName
 {
   color: #5FADBA;
 }
 .AnyTagClassName
 {
   color: #5FADBA;
 }
</style>

background-color css

<style>
 a { background-color: #5FADBA; }

 a { background-color: rgb(95,173,186); }

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

border-color css

<style>
 span { border-color: #5FADBA; }

 span { border-color: rgb(95,173,186); }

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