#68E1CE

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

Shades of Downy #68E1CE

Tints of Downy #68E1CE

Color information

#68E1CE (or 0x68E1CE) is unknown color: approx Downy. HEX triplet: 68, E1 and CE. RGB value is (104,225,206). Sum of RGB (Red+Green+Blue) = 104+225+206=535 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.44% from 535); Green value is 225 (88.28% from 255 or 42.06% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 225 - color contains mainly: green. Hex color #68E1CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68E1CE is #971E31. Grayscale: #BABABA. Windows color (decimal): -9903666 or 13558120. OLE color: 13558120.

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

Color convert

RGB104225206-
CMYK0.5400.080.12
HSL170.58º66.85%64.51%-
HSV(B)170.58º53.78%88.24%-
XYZ43.7761.2567.91-
YUV186.66138.9169.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.44%
GREEN value IS 225 (88.28% from 255) = 42.06%
BLUE value IS 206 (80.86% from 255) = 38.50%
R=19.44%
G=42.06%
B=38.50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1042252060.5400.080.12170.5866.8564.51
Hex68E1CE3608Cab4341
Octal1503413166601014253103101
Binary110100011100001110011101101100100011001010101110000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68E1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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