Html Css Color HEX #5FBCBA Fountain Blue

📋 copy color: '#5FBCBA'

red 95 ◦ green 188 ◦ blue 186

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

Shades of Fountain Blue #5FBCBA

Tints of Fountain Blue #5FBCBA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.09%

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

R = 20.26%
G = 40.09%
B = 39.66%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#5FBCBA (or 0x5FBCBA) is known color: Fountain Blue. HEX triplet: 5F, BC and BA. RGB value is (95,188,186). Sum of RGB (Red+Green+Blue) = 95+188+186=469 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.26% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 188 - color contains mainly: green. Hex color #5FBCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FBCBA is #A04345. Grayscale: #9F9F9F. Windows color (decimal): -10502982 or 12237919. OLE color: 12237919.

HSL color Cylindrical-coordinate representation of color #5FBCBA: hue angle of 178.71º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5FBCBA is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 95 188 186 -
CMYK 0.49 0 0.01 0.26
HSL 178.71º 0.41% 0.55% -
HSV(B) 178.71º 0.49% 0.74% -
XYZ 31.57 41.94 52.89 -
YUV 159.97 142.69 81.66 -
System Red Green Blue C M Y K H S L
Decimal 95 188 186 0.49 0 0.01 0.26 178.71 0.41 0.55
Hex 5F BC BA 31 0 1 1A B3 29 37
Octal 137 274 272 61 0 1 32 263 51 67
Binary 1011111 10111100 10111010 110001 0 1 11010 10110011 101001 110111

Color Harmonies of #5FBCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FBCBA

Black with #5FBCBA

Text Example


Text Example

White with #5FBCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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