Html Css Color HEX #5BBABB Fountain Blue

📋 copy color: '#5BBABB'

red 91 ◦ green 186 ◦ blue 187

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

Shades of Fountain Blue #5BBABB

Tints of Fountain Blue #5BBABB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.09%

 BLUE value IS 187 (73.44% from 255) = 40.3%

R = 19.61%
G = 40.09%
B = 40.3%

CMYK

 C value IS 0.51

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5BBABB (or 0x5BBABB) is known color: Fountain Blue. HEX triplet: 5B, BA and BB. RGB value is (91,186,187). Sum of RGB (Red+Green+Blue) = 91+186+187=464 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.61% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 187 - color contains mainly: blue. Hex color #5BBABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BBABB is #A44544. Grayscale: #9D9D9D. Windows color (decimal): -10765637 or 12302939. OLE color: 12302939.

HSL color Cylindrical-coordinate representation of color #5BBABB: hue angle of 180.62º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5BBABB is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 91 186 187 -
CMYK 0.51 0.01 0 0.27
HSL 180.63º 0.41% 0.55% -
HSV(B) 180.63º 0.51% 0.73% -
XYZ 30.84 40.93 53.29 -
YUV 157.71 144.53 80.42 -
System Red Green Blue C M Y K H S L
Decimal 91 186 187 0.51 0.01 0 0.27 180.63 0.41 0.55
Hex 5B BA BB 33 1 0 1B B5 29 37
Octal 133 272 273 63 1 0 33 265 51 67
Binary 1011011 10111010 10111011 110011 1 0 11011 10110101 101001 110111

Color Harmonies of #5BBABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BBABB

Black with #5BBABB

Text Example


Text Example

White with #5BBABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,186,187); }

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

background-color css

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

 a { background-color: rgb(91,186,187); }

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

border-color css

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

 span { border-color: rgb(91,186,187); }

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