Html Css Color HEX #5CBABF Fountain Blue

📋 copy color: '#5CBABF'

red 92 ◦ green 186 ◦ blue 191

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

Shades of Fountain Blue #5CBABF

Tints of Fountain Blue #5CBABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.72%

R = 19.62%
G = 39.66%
B = 40.72%

CMYK

 C value IS 0.52

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5CBABF (or 0x5CBABF) is known color: Fountain Blue. HEX triplet: 5C, BA and BF. RGB value is (92,186,191). Sum of RGB (Red+Green+Blue) = 92+186+191=469 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.62% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 191 (75% from 255 or 40.72% from 469); Max value from RGB is 191 - color contains mainly: blue. Hex color #5CBABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CBABF is #A34540. Grayscale: #9E9E9E. Windows color (decimal): -10700097 or 12565084. OLE color: 12565084.

HSL color Cylindrical-coordinate representation of color #5CBABF: hue angle of 183.03º degrees, saturation: 0.44, 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 #5CBABF is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 92 186 191 -
CMYK 0.52 0.03 0 0.25
HSL 183.03º 0.44% 0.55% -
HSV(B) 183.03º 0.52% 0.75% -
XYZ 31.38 41.15 55.58 -
YUV 158.46 146.36 80.59 -
System Red Green Blue C M Y K H S L
Decimal 92 186 191 0.52 0.03 0 0.25 183.03 0.44 0.55
Hex 5C BA BF 34 3 0 19 B7 2C 37
Octal 134 272 277 64 3 0 31 267 54 67
Binary 1011100 10111010 10111111 110100 11 0 11001 10110111 101100 110111

Color Harmonies of #5CBABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CBABF

Black with #5CBABF

Text Example


Text Example

White with #5CBABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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