Html Css Color HEX #5CB2BA Fountain Blue

📋 copy color: '#5CB2BA'

red 92 ◦ green 178 ◦ blue 186

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

Shades of Fountain Blue #5CB2BA

Tints of Fountain Blue #5CB2BA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.04%

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

R = 20.18%
G = 39.04%
B = 40.79%

CMYK

 C value IS 0.51

 M value IS 0.04

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5CB2BA (or 0x5CB2BA) is known color: Fountain Blue. HEX triplet: 5C, B2 and BA. RGB value is (92,178,186). Sum of RGB (Red+Green+Blue) = 92+178+186=456 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.18% from 456); Green value is 178 (69.92% from 255 or 39.04% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 186 - color contains mainly: blue. Hex color #5CB2BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CB2BA is #A34D45. Grayscale: #999999. Windows color (decimal): -10702150 or 12235356. OLE color: 12235356.

HSL color Cylindrical-coordinate representation of color #5CB2BA: hue angle of 185.11º 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 #5CB2BA is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 92 178 186 -
CMYK 0.51 0.04 0 0.27
HSL 185.11º 0.41% 0.55% -
HSV(B) 185.11º 0.51% 0.73% -
XYZ 29.2 37.66 52.18 -
YUV 153.2 146.51 84.35 -
System Red Green Blue C M Y K H S L
Decimal 92 178 186 0.51 0.04 0 0.27 185.11 0.41 0.55
Hex 5C B2 BA 33 4 0 1B B9 29 37
Octal 134 262 272 63 4 0 33 271 51 67
Binary 1011100 10110010 10111010 110011 100 0 11011 10111001 101001 110111

Color Harmonies of #5CB2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CB2BA

Black with #5CB2BA

Text Example


Text Example

White with #5CB2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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