Html Css Color HEX #5FBCB9 Fountain Blue

📋 copy color: '#5FBCB9'

red 95 ◦ green 188 ◦ blue 185

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

Shades of Fountain Blue #5FBCB9

Tints of Fountain Blue #5FBCB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 39.53%

R = 20.3%
G = 40.17%
B = 39.53%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#5FBCB9 (or 0x5FBCB9) is known color: Fountain Blue. HEX triplet: 5F, BC and B9. RGB value is (95,188,185). Sum of RGB (Red+Green+Blue) = 95+188+185=468 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.30% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 185 (72.66% from 255 or 39.53% from 468); Max value from RGB is 188 - color contains mainly: green. Hex color #5FBCB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FBCB9 is #A04346. Grayscale: #9F9F9F. Windows color (decimal): -10502983 or 12172383. OLE color: 12172383.

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

Color convert

RGB 95 188 185 -
CMYK 0.49 0 0.02 0.26
HSL 178.06º 0.41% 0.55% -
HSV(B) 178.06º 0.49% 0.74% -
XYZ 31.46 41.9 52.33 -
YUV 159.85 142.19 81.74 -
System Red Green Blue C M Y K H S L
Decimal 95 188 185 0.49 0 0.02 0.26 178.06 0.41 0.55
Hex 5F BC B9 31 0 2 1A B2 29 37
Octal 137 274 271 61 0 2 32 262 51 67
Binary 1011111 10111100 10111001 110001 0 10 11010 10110010 101001 110111

Color Harmonies of #5FBCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FBCB9

Black with #5FBCB9

Text Example


Text Example

White with #5FBCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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