Html Css Color HEX #56BCBA Fountain Blue

📋 copy color: '#56BCBA'

red 86 ◦ green 188 ◦ blue 186

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

Shades of Fountain Blue #56BCBA

Tints of Fountain Blue #56BCBA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.87%

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

R = 18.7%
G = 40.87%
B = 40.43%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#56BCBA (or 0x56BCBA) is known color: Fountain Blue. HEX triplet: 56, BC and BA. RGB value is (86,188,186). Sum of RGB (Red+Green+Blue) = 86+188+186=460 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.70% from 460); Green value is 188 (73.83% from 255 or 40.87% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 188 - color contains mainly: green. Hex color #56BCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BCBA is #A94345. Grayscale: #9D9D9D. Windows color (decimal): -11092806 or 12237910. OLE color: 12237910.

HSL color Cylindrical-coordinate representation of color #56BCBA: hue angle of 178.82º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #56BCBA is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 86 188 186 -
CMYK 0.54 0 0.01 0.26
HSL 178.82º 0.43% 0.54% -
HSV(B) 178.82º 0.54% 0.74% -
XYZ 30.68 41.49 52.85 -
YUV 157.27 144.21 77.16 -
System Red Green Blue C M Y K H S L
Decimal 86 188 186 0.54 0 0.01 0.26 178.82 0.43 0.54
Hex 56 BC BA 36 0 1 1A B3 2B 36
Octal 126 274 272 66 0 1 32 263 53 66
Binary 1010110 10111100 10111010 110110 0 1 11010 10110011 101011 110110

Color Harmonies of #56BCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56BCBA

Black with #56BCBA

Text Example


Text Example

White with #56BCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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