Html Css Color HEX #5CBABC Fountain Blue

📋 copy color: '#5CBABC'

red 92 ◦ green 186 ◦ blue 188

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

Shades of Fountain Blue #5CBABC

Tints of Fountain Blue #5CBABC

RGB

 RED value IS 92 (36.33% from 255) = 19.74%

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

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

R = 19.74%
G = 39.91%
B = 40.34%

CMYK

 C value IS 0.51

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5CBABC (or 0x5CBABC) is known color: Fountain Blue. HEX triplet: 5C, BA and BC. RGB value is (92,186,188). Sum of RGB (Red+Green+Blue) = 92+186+188=466 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.74% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 188 - color contains mainly: blue. Hex color #5CBABC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CBABC is #A34543. Grayscale: #9E9E9E. Windows color (decimal): -10700100 or 12368476. OLE color: 12368476.

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

Color convert

RGB 92 186 188 -
CMYK 0.51 0.01 0 0.26
HSL 181.25º 0.42% 0.55% -
HSV(B) 181.25º 0.51% 0.74% -
XYZ 31.05 41.02 53.86 -
YUV 158.12 144.86 80.84 -
System Red Green Blue C M Y K H S L
Decimal 92 186 188 0.51 0.01 0 0.26 181.25 0.42 0.55
Hex 5C BA BC 33 1 0 1A B5 2A 37
Octal 134 272 274 63 1 0 32 265 52 67
Binary 1011100 10111010 10111100 110011 1 0 11010 10110101 101010 110111

Color Harmonies of #5CBABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CBABC

Black with #5CBABC

Text Example


Text Example

White with #5CBABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,186,188); }

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

background-color css

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

 a { background-color: rgb(92,186,188); }

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

border-color css

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

 span { border-color: rgb(92,186,188); }

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