#68CEBF

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

Shades of Downy #68CEBF

Tints of Downy #68CEBF

Color information

#68CEBF (or 0x68CEBF) is unknown color: approx Downy. HEX triplet: 68, CE and BF. RGB value is (104,206,191). Sum of RGB (Red+Green+Blue) = 104+206+191=501 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.76% from 501); Green value is 206 (80.86% from 255 or 41.12% from 501); Blue value is 191 (75% from 255 or 38.12% from 501); Max value from RGB is 206 - color contains mainly: green. Hex color #68CEBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CEBF is #973140. Grayscale: #ADADAD. Windows color (decimal): -9908545 or 12570216. OLE color: 12570216.

HSL color Cylindrical-coordinate representation of color #68CEBF: hue angle of 171.18º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68CEBF is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB104206191-
CMYK0.5000.070.19
HSL171.18º51%60.78%-
HSV(B)171.18º49.51%80.78%-
XYZ37.1850.8557.14-
YUV173.79137.7178.22-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.76%
GREEN value IS 206 (80.86% from 255) = 41.12%
BLUE value IS 191 (75% from 255) = 38.12%
R=20.76%
G=41.12%
B=38.12%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1042061910.5000.070.19171.185160.78
Hex68CEBF320713ab333d
Octal1503162776207232536375
Binary1101000110011101011111111001001111001110101011110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68CEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,206,191); }

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

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

 a { background-color: rgb(104,206,191); }

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

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

 span { border-color: rgb(104,206,191); }

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