Html Css Color HEX #56C0BA Fountain Blue

📋 copy color: '#56C0BA'

red 86 ◦ green 192 ◦ blue 186

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

Shades of Fountain Blue #56C0BA

Tints of Fountain Blue #56C0BA

RGB

 RED value IS 86 (33.98% from 255) = 18.53%

 GREEN value IS 192 (75.39% from 255) = 41.38%

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

R = 18.53%
G = 41.38%
B = 40.09%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#56C0BA (or 0x56C0BA) is known color: Fountain Blue. HEX triplet: 56, C0 and BA. RGB value is (86,192,186). Sum of RGB (Red+Green+Blue) = 86+192+186=464 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.53% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 192 - color contains mainly: green. Hex color #56C0BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56C0BA is #A93F45. Grayscale: #9F9F9F. Windows color (decimal): -11091782 or 12238934. OLE color: 12238934.

HSL color Cylindrical-coordinate representation of color #56C0BA: hue angle of 176.6º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #56C0BA is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 86 192 186 -
CMYK 0.55 0 0.03 0.25
HSL 176.6º 0.46% 0.55% -
HSV(B) 176.6º 0.55% 0.75% -
XYZ 31.55 43.22 53.13 -
YUV 159.62 142.88 75.49 -
System Red Green Blue C M Y K H S L
Decimal 86 192 186 0.55 0 0.03 0.25 176.6 0.46 0.55
Hex 56 C0 BA 37 0 3 19 B1 2E 37
Octal 126 300 272 67 0 3 31 261 56 67
Binary 1010110 11000000 10111010 110111 0 11 11001 10110001 101110 110111

Color Harmonies of #56C0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56C0BA

Black with #56C0BA

Text Example


Text Example

White with #56C0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56C0BA; }

 p { color: rgb(86,192,186); }

 H1.HeaderClassName
 {
   color: #56C0BA;
 }
 .AnyTagClassName
 {
   color: #56C0BA;
 }
</style>

background-color css

<style>
 a { background-color: #56C0BA; }

 a { background-color: rgb(86,192,186); }

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

border-color css

<style>
 span { border-color: #56C0BA; }

 span { border-color: rgb(86,192,186); }

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