Html Css Color HEX #5FBDB6 Fountain Blue

📋 copy color: '#5FBDB6'

red 95 ◦ green 189 ◦ blue 182

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

Shades of Fountain Blue #5FBDB6

Tints of Fountain Blue #5FBDB6

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.56%

 BLUE value IS 182 (71.48% from 255) = 39.06%

R = 20.39%
G = 40.56%
B = 39.06%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#5FBDB6 (or 0x5FBDB6) is known color: Fountain Blue. HEX triplet: 5F, BD and B6. RGB value is (95,189,182). Sum of RGB (Red+Green+Blue) = 95+189+182=466 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.39% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 182 (71.48% from 255 or 39.06% from 466); Max value from RGB is 189 - color contains mainly: green. Hex color #5FBDB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FBDB6 is #A04249. Grayscale: #A0A0A0. Windows color (decimal): -10502730 or 11976031. OLE color: 11976031.

HSL color Cylindrical-coordinate representation of color #5FBDB6: hue angle of 175.53º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5FBDB6 is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB 95 189 182 -
CMYK 0.50 0 0.04 0.26
HSL 175.53º 0.42% 0.56% -
HSV(B) 175.53º 0.5% 0.74% -
XYZ 31.36 42.21 50.75 -
YUV 160.1 140.36 81.57 -
System Red Green Blue C M Y K H S L
Decimal 95 189 182 0.50 0 0.04 0.26 175.53 0.42 0.56
Hex 5F BD B6 32 0 4 1A B0 2A 38
Octal 137 275 266 62 0 4 32 260 52 70
Binary 1011111 10111101 10110110 110010 0 100 11010 10110000 101010 111000

Color Harmonies of #5FBDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FBDB6

Black with #5FBDB6

Text Example


Text Example

White with #5FBDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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