#68bcb7

Color #68BCB7 Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #68BCB7

Tints of Fountain Blue #68BCB7

Color information

#68BCB7 (or 0x68BCB7) is unknown color: approx Fountain Blue. HEX triplet: 68, BC and B7. RGB value is (104,188,183). Sum of RGB (Red+Green+Blue) = 104+188+183=475 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.89% from 475); Green value is 188 (73.83% from 255 or 39.58% from 475); Blue value is 183 (71.88% from 255 or 38.53% from 475); Max value from RGB is 188 - color contains mainly: green. Hex color #68BCB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BCB7 is #974348. Grayscale: #A2A2A2. Windows color (decimal): -9913161 or 12041320. OLE color: 12041320.

HSL color Cylindrical-coordinate representation of color #68BCB7: hue angle of 176.43º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68BCB7 is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB104188183-
CMYK0.4500.030.26
HSL176.43º38.53%57.25%-
HSV(B)176.43º44.68%73.73%-
XYZ32.2442.3351.27-
YUV162.31139.6786.41-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.89%
GREEN value IS 188 (73.83% from 255) = 39.58%
BLUE value IS 183 (71.88% from 255) = 38.53%
R=21.89%
G=39.58%
B=38.53%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1041881830.4500.030.26176.4338.5357.25
Hex68BCB72D031Ab02739
Octal1502742675503322604771
Binary110100010111100101101111011010111101010110000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68bcb7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68bcb7; }

 p { color: rgb(104,188,183); }

 H1.HeaderClassName
 {
   color: #68bcb7;
 }
 .AnyTagClassName
 {
   color: #68bcb7;
 }
</style>
background-color css

<style>
 a { background-color: #68bcb7; }

 a { background-color: rgb(104,188,183); }

 div.DivClassName
 {
   background-color: #68bcb7;
 }
 .BgClassName
 {
   background-color: #68bcb7;
 }
</style>
border-color css

<style>
 span { border-color: #68bcb7; }

 span { border-color: rgb(104,188,183); }

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