Html Css Color HEX #5FB8B5 Fountain Blue

📋 copy color: '#5FB8B5'

red 95 ◦ green 184 ◦ blue 181

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

Shades of Fountain Blue #5FB8B5

Tints of Fountain Blue #5FB8B5

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40%

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

R = 20.65%
G = 40%
B = 39.35%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.02

 K value IS 0.28

RGB Variations

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

Color information

#5FB8B5 (or 0x5FB8B5) is known color: Fountain Blue. HEX triplet: 5F, B8 and B5. RGB value is (95,184,181). Sum of RGB (Red+Green+Blue) = 95+184+181=460 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.65% from 460); Green value is 184 (72.27% from 255 or 40% from 460); Blue value is 181 (71.09% from 255 or 39.35% from 460); Max value from RGB is 184 - color contains mainly: green. Hex color #5FB8B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FB8B5 is #A0474A. Grayscale: #9C9C9C. Windows color (decimal): -10504011 or 11909215. OLE color: 11909215.

HSL color Cylindrical-coordinate representation of color #5FB8B5: hue angle of 177.98º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5FB8B5 is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB 95 184 181 -
CMYK 0.48 0 0.02 0.28
HSL 177.98º 0.39% 0.55% -
HSV(B) 177.98º 0.48% 0.72% -
XYZ 30.2 40.05 49.85 -
YUV 157.05 141.51 83.74 -
System Red Green Blue C M Y K H S L
Decimal 95 184 181 0.48 0 0.02 0.28 177.98 0.39 0.55
Hex 5F B8 B5 30 0 2 1C B2 27 37
Octal 137 270 265 60 0 2 34 262 47 67
Binary 1011111 10111000 10110101 110000 0 10 11100 10110010 100111 110111

Color Harmonies of #5FB8B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FB8B5

Black with #5FB8B5

Text Example


Text Example

White with #5FB8B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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