Html Css Color HEX #5FBBBA Fountain Blue

📋 copy color: '#5FBBBA'

red 95 ◦ green 187 ◦ blue 186

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

Shades of Fountain Blue #5FBBBA

Tints of Fountain Blue #5FBBBA

RGB

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

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

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

R = 20.3%
G = 39.96%
B = 39.74%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#5FBBBA (or 0x5FBBBA) is known color: Fountain Blue. HEX triplet: 5F, BB and BA. RGB value is (95,187,186). Sum of RGB (Red+Green+Blue) = 95+187+186=468 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.30% from 468); Green value is 187 (73.44% from 255 or 39.96% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 187 - color contains mainly: green. Hex color #5FBBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FBBBA is #A04445. Grayscale: #9F9F9F. Windows color (decimal): -10503238 or 12237663. OLE color: 12237663.

HSL color Cylindrical-coordinate representation of color #5FBBBA: hue angle of 179.35º 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 #5FBBBA is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 95 187 186 -
CMYK 0.49 0 0.01 0.27
HSL 179.35º 0.4% 0.55% -
HSV(B) 179.35º 0.49% 0.73% -
XYZ 31.35 41.52 52.82 -
YUV 159.38 143.02 82.08 -
System Red Green Blue C M Y K H S L
Decimal 95 187 186 0.49 0 0.01 0.27 179.35 0.4 0.55
Hex 5F BB BA 31 0 1 1B B3 28 37
Octal 137 273 272 61 0 1 33 263 50 67
Binary 1011111 10111011 10111010 110001 0 1 11011 10110011 101000 110111

Color Harmonies of #5FBBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FBBBA

Black with #5FBBBA

Text Example


Text Example

White with #5FBBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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