Html Css Color HEX #5FB9B5 Fountain Blue

📋 copy color: '#5FB9B5'

red 95 ◦ green 185 ◦ blue 181

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

Shades of Fountain Blue #5FB9B5

Tints of Fountain Blue #5FB9B5

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.13%

 BLUE value IS 181 (71.09% from 255) = 39.26%

R = 20.61%
G = 40.13%
B = 39.26%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#5FB9B5 (or 0x5FB9B5) is known color: Fountain Blue. HEX triplet: 5F, B9 and B5. RGB value is (95,185,181). Sum of RGB (Red+Green+Blue) = 95+185+181=461 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.61% from 461); Green value is 185 (72.66% from 255 or 40.13% from 461); Blue value is 181 (71.09% from 255 or 39.26% from 461); Max value from RGB is 185 - color contains mainly: green. Hex color #5FB9B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FB9B5 is #A0464A. Grayscale: #9D9D9D. Windows color (decimal): -10503755 or 11909471. OLE color: 11909471.

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

Color convert

RGB 95 185 181 -
CMYK 0.49 0 0.02 0.27
HSL 177.33º 0.39% 0.55% -
HSV(B) 177.33º 0.49% 0.73% -
XYZ 30.41 40.47 49.92 -
YUV 157.63 141.18 83.33 -
System Red Green Blue C M Y K H S L
Decimal 95 185 181 0.49 0 0.02 0.27 177.33 0.39 0.55
Hex 5F B9 B5 31 0 2 1B B1 27 37
Octal 137 271 265 61 0 2 33 261 47 67
Binary 1011111 10111001 10110101 110001 0 10 11011 10110001 100111 110111

Color Harmonies of #5FB9B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FB9B5

Black with #5FB9B5

Text Example


Text Example

White with #5FB9B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,185,181); }

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

background-color css

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

 a { background-color: rgb(95,185,181); }

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

border-color css

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

 span { border-color: rgb(95,185,181); }

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