Html Css Color HEX #5FBDBC Fountain Blue

📋 copy color: '#5FBDBC'

red 95 ◦ green 189 ◦ blue 188

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

Shades of Fountain Blue #5FBDBC

Tints of Fountain Blue #5FBDBC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.04%

 BLUE value IS 188 (73.83% from 255) = 39.83%

R = 20.13%
G = 40.04%
B = 39.83%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#5FBDBC (or 0x5FBDBC) is known color: Fountain Blue. HEX triplet: 5F, BD and BC. RGB value is (95,189,188). Sum of RGB (Red+Green+Blue) = 95+189+188=472 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.13% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 189 - color contains mainly: green. Hex color #5FBDBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FBDBC is #A04243. Grayscale: #A0A0A0. Windows color (decimal): -10502724 or 12369247. OLE color: 12369247.

HSL color Cylindrical-coordinate representation of color #5FBDBC: hue angle of 179.36º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5FBDBC is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 95 189 188 -
CMYK 0.50 0 0.01 0.26
HSL 179.36º 0.42% 0.56% -
HSV(B) 179.36º 0.5% 0.74% -
XYZ 31.99 42.46 54.09 -
YUV 160.78 143.36 81.08 -
System Red Green Blue C M Y K H S L
Decimal 95 189 188 0.50 0 0.01 0.26 179.36 0.42 0.56
Hex 5F BD BC 32 0 1 1A B3 2A 38
Octal 137 275 274 62 0 1 32 263 52 70
Binary 1011111 10111101 10111100 110010 0 1 11010 10110011 101010 111000

Color Harmonies of #5FBDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FBDBC

Black with #5FBDBC

Text Example


Text Example

White with #5FBDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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