#68B7B5

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

Shades of Fountain Blue #68B7B5

Tints of Fountain Blue #68B7B5

Color information

#68B7B5 (or 0x68B7B5) is unknown color: approx Fountain Blue. HEX triplet: 68, B7 and B5. RGB value is (104,183,181). Sum of RGB (Red+Green+Blue) = 104+183+181=468 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.22% from 468); Green value is 183 (71.88% from 255 or 39.10% from 468); Blue value is 181 (71.09% from 255 or 38.68% from 468); Max value from RGB is 183 - color contains mainly: green. Hex color #68B7B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68B7B5 is #97484A. Grayscale: #9F9F9F. Windows color (decimal): -9914443 or 11908968. OLE color: 11908968.

HSL color Cylindrical-coordinate representation of color #68B7B5: hue angle of 178.48º degrees, saturation: 0.35, 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 #68B7B5 is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB104183181-
CMYK0.4300.010.28
HSL178.48º35.43%56.27%-
HSV(B)178.48º43.17%71.76%-
XYZ30.9840.1549.83-
YUV159.15140.3388.66-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.22%
GREEN value IS 183 (71.88% from 255) = 39.10%
BLUE value IS 181 (71.09% from 255) = 38.68%
R=22.22%
G=39.10%
B=38.68%

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
Decimal1041831810.4300.010.28178.4835.4356.27
Hex68B7B52B011Cb22338
Octal1502672655301342624370
Binary11010001011011110110101101011011110010110010100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B7B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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