Html Css Color HEX #5CBAB9 Fountain Blue

📋 copy color: '#5CBAB9'

red 92 ◦ green 186 ◦ blue 185

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

Shades of Fountain Blue #5CBAB9

Tints of Fountain Blue #5CBAB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 39.96%

R = 19.87%
G = 40.17%
B = 39.96%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#5CBAB9 (or 0x5CBAB9) is known color: Fountain Blue. HEX triplet: 5C, BA and B9. RGB value is (92,186,185). Sum of RGB (Red+Green+Blue) = 92+186+185=463 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.87% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 185 (72.66% from 255 or 39.96% from 463); Max value from RGB is 186 - color contains mainly: green. Hex color #5CBAB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CBAB9 is #A34546. Grayscale: #9D9D9D. Windows color (decimal): -10700103 or 12171868. OLE color: 12171868.

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

Color convert

RGB 92 186 185 -
CMYK 0.51 0 0.01 0.27
HSL 179.36º 0.41% 0.55% -
HSV(B) 179.36º 0.51% 0.73% -
XYZ 30.73 40.9 52.17 -
YUV 157.78 143.36 81.08 -
System Red Green Blue C M Y K H S L
Decimal 92 186 185 0.51 0 0.01 0.27 179.36 0.41 0.55
Hex 5C BA B9 33 0 1 1B B3 29 37
Octal 134 272 271 63 0 1 33 263 51 67
Binary 1011100 10111010 10111001 110011 0 1 11011 10110011 101001 110111

Color Harmonies of #5CBAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CBAB9

Black with #5CBAB9

Text Example


Text Example

White with #5CBAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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