Html Css Color HEX #5CC1BA Fountain Blue

📋 copy color: '#5CC1BA'

red 92 ◦ green 193 ◦ blue 186

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

Shades of Fountain Blue #5CC1BA

Tints of Fountain Blue #5CC1BA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.98%

 BLUE value IS 186 (73.05% from 255) = 39.49%

R = 19.53%
G = 40.98%
B = 39.49%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#5CC1BA (or 0x5CC1BA) is known color: Fountain Blue. HEX triplet: 5C, C1 and BA. RGB value is (92,193,186). Sum of RGB (Red+Green+Blue) = 92+193+186=471 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.53% from 471); Green value is 193 (75.78% from 255 or 40.98% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 193 - color contains mainly: green. Hex color #5CC1BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CC1BA is #A33E45. Grayscale: #A1A1A1. Windows color (decimal): -10698310 or 12239196. OLE color: 12239196.

HSL color Cylindrical-coordinate representation of color #5CC1BA: hue angle of 175.84º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5CC1BA is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 92 193 186 -
CMYK 0.52 0 0.04 0.24
HSL 175.84º 0.45% 0.56% -
HSV(B) 175.84º 0.52% 0.76% -
XYZ 32.35 43.96 53.23 -
YUV 162 141.54 78.07 -
System Red Green Blue C M Y K H S L
Decimal 92 193 186 0.52 0 0.04 0.24 175.84 0.45 0.56
Hex 5C C1 BA 34 0 4 18 B0 2D 38
Octal 134 301 272 64 0 4 30 260 55 70
Binary 1011100 11000001 10111010 110100 0 100 11000 10110000 101101 111000

Color Harmonies of #5CC1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CC1BA

Black with #5CC1BA

Text Example


Text Example

White with #5CC1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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