Html Css Color HEX #5FB6B2 Fountain Blue

📋 copy color: '#5FB6B2'

red 95 ◦ green 182 ◦ blue 178

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

Shades of Fountain Blue #5FB6B2

Tints of Fountain Blue #5FB6B2

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40%

 BLUE value IS 178 (69.92% from 255) = 39.12%

R = 20.88%
G = 40%
B = 39.12%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#5FB6B2 (or 0x5FB6B2) is known color: Fountain Blue. HEX triplet: 5F, B6 and B2. RGB value is (95,182,178). Sum of RGB (Red+Green+Blue) = 95+182+178=455 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.88% from 455); Green value is 182 (71.48% from 255 or 40% from 455); Blue value is 178 (69.92% from 255 or 39.12% from 455); Max value from RGB is 182 - color contains mainly: green. Hex color #5FB6B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FB6B2 is #A0494D. Grayscale: #9B9B9B. Windows color (decimal): -10504526 or 11712095. OLE color: 11712095.

HSL color Cylindrical-coordinate representation of color #5FB6B2: hue angle of 177.24º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5FB6B2 is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 95 182 178 -
CMYK 0.48 0 0.02 0.29
HSL 177.24º 0.37% 0.54% -
HSV(B) 177.24º 0.48% 0.71% -
XYZ 29.48 39.1 48.11 -
YUV 155.53 140.68 84.83 -
System Red Green Blue C M Y K H S L
Decimal 95 182 178 0.48 0 0.02 0.29 177.24 0.37 0.54
Hex 5F B6 B2 30 0 2 1D B1 25 36
Octal 137 266 262 60 0 2 35 261 45 66
Binary 1011111 10110110 10110010 110000 0 10 11101 10110001 100101 110110

Color Harmonies of #5FB6B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FB6B2

Black with #5FB6B2

Text Example


Text Example

White with #5FB6B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,182,178); }

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

background-color css

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

 a { background-color: rgb(95,182,178); }

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

border-color css

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

 span { border-color: rgb(95,182,178); }

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