#68BEBD

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

Shades of Fountain Blue #68BEBD

Tints of Fountain Blue #68BEBD

Color information

#68BEBD (or 0x68BEBD) is unknown color: approx Fountain Blue. HEX triplet: 68, BE and BD. RGB value is (104,190,189). Sum of RGB (Red+Green+Blue) = 104+190+189=483 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.53% from 483); Green value is 190 (74.61% from 255 or 39.34% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 190 - color contains mainly: green. Hex color #68BEBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BEBD is #974142. Grayscale: #A4A4A4. Windows color (decimal): -9912643 or 12435048. OLE color: 12435048.

HSL color Cylindrical-coordinate representation of color #68BEBD: hue angle of 179.3º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68BEBD is Cyan = 0.45, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB104190189-
CMYK0.4500.010.25
HSL179.3º39.81%57.65%-
HSV(B)179.3º45.26%74.51%-
XYZ33.3143.4454.77-
YUV164.17142.0185.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.53%
GREEN value IS 190 (74.61% from 255) = 39.34%
BLUE value IS 189 (74.22% from 255) = 39.13%
R=21.53%
G=39.34%
B=39.13%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1041901890.4500.010.25179.339.8157.65
Hex68BEBD2D0119b3283a
Octal1502762755501312635072
Binary11010001011111010111101101101011100110110011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,190,189); }

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

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

 a { background-color: rgb(104,190,189); }

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

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

 span { border-color: rgb(104,190,189); }

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