Html Css Color HEX #5BBEBC Fountain Blue

📋 copy color: '#5BBEBC'

red 91 ◦ green 190 ◦ blue 188

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

Shades of Fountain Blue #5BBEBC

Tints of Fountain Blue #5BBEBC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.51%

 BLUE value IS 188 (73.83% from 255) = 40.09%

R = 19.4%
G = 40.51%
B = 40.09%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#5BBEBC (or 0x5BBEBC) is known color: Fountain Blue. HEX triplet: 5B, BE and BC. RGB value is (91,190,188). Sum of RGB (Red+Green+Blue) = 91+190+188=469 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.40% from 469); Green value is 190 (74.61% from 255 or 40.51% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 190 - color contains mainly: green. Hex color #5BBEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BBEBC is #A44143. Grayscale: #A0A0A0. Windows color (decimal): -10764612 or 12369499. OLE color: 12369499.

HSL color Cylindrical-coordinate representation of color #5BBEBC: hue angle of 178.79º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5BBEBC is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 91 190 188 -
CMYK 0.52 0 0.01 0.25
HSL 178.79º 0.43% 0.55% -
HSV(B) 178.79º 0.52% 0.75% -
XYZ 31.8 42.68 54.14 -
YUV 160.17 143.7 78.66 -
System Red Green Blue C M Y K H S L
Decimal 91 190 188 0.52 0 0.01 0.25 178.79 0.43 0.55
Hex 5B BE BC 34 0 1 19 B3 2B 37
Octal 133 276 274 64 0 1 31 263 53 67
Binary 1011011 10111110 10111100 110100 0 1 11001 10110011 101011 110111

Color Harmonies of #5BBEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BBEBC

Black with #5BBEBC

Text Example


Text Example

White with #5BBEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,190,188); }

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

background-color css

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

 a { background-color: rgb(91,190,188); }

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

border-color css

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

 span { border-color: rgb(91,190,188); }

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