#68B8B7

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

Shades of Fountain Blue #68B8B7

Tints of Fountain Blue #68B8B7

Color information

#68B8B7 (or 0x68B8B7) is unknown color: approx Fountain Blue. HEX triplet: 68, B8 and B7. RGB value is (104,184,183). Sum of RGB (Red+Green+Blue) = 104+184+183=471 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.08% from 471); Green value is 184 (72.27% from 255 or 39.07% from 471); Blue value is 183 (71.88% from 255 or 38.85% from 471); Max value from RGB is 184 - color contains mainly: green. Hex color #68B8B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68B8B7 is #974748. Grayscale: #9F9F9F. Windows color (decimal): -9914185 or 12040296. OLE color: 12040296.

HSL color Cylindrical-coordinate representation of color #68B8B7: hue angle of 179.25º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #68B8B7 is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB104184183-
CMYK0.4300.010.28
HSL179.25º36.04%56.47%-
HSV(B)179.25º43.48%72.16%-
XYZ31.440.6450.99-
YUV159.9714188.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.08%
GREEN value IS 184 (72.27% from 255) = 39.07%
BLUE value IS 183 (71.88% from 255) = 38.85%
R=22.08%
G=39.07%
B=38.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1041841830.4300.010.28179.2536.0456.47
Hex68B8B72B011Cb32438
Octal1502702675301342634470
Binary11010001011100010110111101011011110010110011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B8B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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