Html Css Color HEX #5BB8B3 Fountain Blue

📋 copy color: '#5BB8B3'

red 91 ◦ green 184 ◦ blue 179

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

Shades of Fountain Blue #5BB8B3

Tints of Fountain Blue #5BB8B3

RGB

 RED value IS 91 (35.94% from 255) = 20.04%

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

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

R = 20.04%
G = 40.53%
B = 39.43%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#5BB8B3 (or 0x5BB8B3) is known color: Fountain Blue. HEX triplet: 5B, B8 and B3. RGB value is (91,184,179). Sum of RGB (Red+Green+Blue) = 91+184+179=454 (60% of max value = 765). Red value is 91 (35.94% from 255 or 20.04% from 454); Green value is 184 (72.27% from 255 or 40.53% from 454); Blue value is 179 (70.31% from 255 or 39.43% from 454); Max value from RGB is 184 - color contains mainly: green. Hex color #5BB8B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BB8B3 is #A4474C. Grayscale: #9B9B9B. Windows color (decimal): -10766157 or 11778139. OLE color: 11778139.

HSL color Cylindrical-coordinate representation of color #5BB8B3: hue angle of 176.77º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5BB8B3 is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB 91 184 179 -
CMYK 0.51 0 0.03 0.28
HSL 176.77º 0.4% 0.54% -
HSV(B) 176.77º 0.51% 0.72% -
XYZ 29.59 39.76 48.76 -
YUV 155.62 141.19 81.91 -
System Red Green Blue C M Y K H S L
Decimal 91 184 179 0.51 0 0.03 0.28 176.77 0.4 0.54
Hex 5B B8 B3 33 0 3 1C B1 28 36
Octal 133 270 263 63 0 3 34 261 50 66
Binary 1011011 10111000 10110011 110011 0 11 11100 10110001 101000 110110

Color Harmonies of #5BB8B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BB8B3

Black with #5BB8B3

Text Example


Text Example

White with #5BB8B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,184,179); }

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

background-color css

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

 a { background-color: rgb(91,184,179); }

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

border-color css

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

 span { border-color: rgb(91,184,179); }

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