#68E0BF

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

Shades of Downy #68E0BF

Tints of Downy #68E0BF

Color information

#68E0BF (or 0x68E0BF) is unknown color: approx Downy. HEX triplet: 68, E0 and BF. RGB value is (104,224,191). Sum of RGB (Red+Green+Blue) = 104+224+191=519 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.04% from 519); Green value is 224 (87.89% from 255 or 43.16% from 519); Blue value is 191 (75% from 255 or 36.80% from 519); Max value from RGB is 224 - color contains mainly: green. Hex color #68E0BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68E0BF is #971F40. Grayscale: #B8B8B8. Windows color (decimal): -9903937 or 12574824. OLE color: 12574824.

HSL color Cylindrical-coordinate representation of color #68E0BF: hue angle of 163.5º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68E0BF is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB104224191-
CMYK0.5400.150.12
HSL163.5º65.93%64.31%-
HSV(B)163.5º53.57%87.84%-
XYZ41.7760.0258.67-
YUV184.36131.7470.68-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.04%
GREEN value IS 224 (87.89% from 255) = 43.16%
BLUE value IS 191 (75% from 255) = 36.80%
R=20.04%
G=43.16%
B=36.80%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1042241910.5400.150.12163.565.9364.31
Hex68E0BF360FCa44240
Octal1503402776601714244102100
Binary110100011100000101111111101100111111001010010010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68E0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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