Html Css Color HEX #5FB9B3 Fountain Blue

📋 copy color: '#5FB9B3'

red 95 ◦ green 185 ◦ blue 179

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

Shades of Fountain Blue #5FB9B3

Tints of Fountain Blue #5FB9B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 39%

R = 20.7%
G = 40.31%
B = 39%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#5FB9B3 (or 0x5FB9B3) is known color: Fountain Blue. HEX triplet: 5F, B9 and B3. RGB value is (95,185,179). Sum of RGB (Red+Green+Blue) = 95+185+179=459 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.70% from 459); Green value is 185 (72.66% from 255 or 40.31% from 459); Blue value is 179 (70.31% from 255 or 39.00% from 459); Max value from RGB is 185 - color contains mainly: green. Hex color #5FB9B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FB9B3 is #A0464C. Grayscale: #9D9D9D. Windows color (decimal): -10503757 or 11778399. OLE color: 11778399.

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

Color convert

RGB 95 185 179 -
CMYK 0.49 0 0.03 0.27
HSL 176º 0.39% 0.55% -
HSV(B) 176º 0.49% 0.73% -
XYZ 30.2 40.39 48.85 -
YUV 157.41 140.18 83.49 -
System Red Green Blue C M Y K H S L
Decimal 95 185 179 0.49 0 0.03 0.27 176 0.39 0.55
Hex 5F B9 B3 31 0 3 1B B0 27 37
Octal 137 271 263 61 0 3 33 260 47 67
Binary 1011111 10111001 10110011 110001 0 11 11011 10110000 100111 110111

Color Harmonies of #5FB9B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FB9B3

Black with #5FB9B3

Text Example


Text Example

White with #5FB9B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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