#68E2C4

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

Shades of Downy #68E2C4

Tints of Downy #68E2C4

Color information

#68E2C4 (or 0x68E2C4) is unknown color: approx Downy. HEX triplet: 68, E2 and C4. RGB value is (104,226,196). Sum of RGB (Red+Green+Blue) = 104+226+196=526 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.77% from 526); Green value is 226 (88.67% from 255 or 42.97% from 526); Blue value is 196 (76.95% from 255 or 37.26% from 526); Max value from RGB is 226 - color contains mainly: green. Hex color #68E2C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68E2C4 is #971D3B. Grayscale: #BABABA. Windows color (decimal): -9903420 or 12903016. OLE color: 12903016.

HSL color Cylindrical-coordinate representation of color #68E2C4: hue angle of 165.25º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68E2C4 is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.

Color convert

RGB104226196-
CMYK0.5400.130.11
HSL165.25º67.78%64.71%-
HSV(B)165.25º53.98%88.63%-
XYZ42.8761.3261.8-
YUV186.1133.5869.44-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.77%
GREEN value IS 226 (88.67% from 255) = 42.97%
BLUE value IS 196 (76.95% from 255) = 37.26%
R=19.77%
G=42.97%
B=37.26%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1042261960.5400.130.11165.2567.7864.71
Hex68E2C4360DBa54441
Octal1503423046601513245104101
Binary110100011100010110001001101100110110111010010110001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68E2C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,226,196); }

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

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

 a { background-color: rgb(104,226,196); }

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

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

 span { border-color: rgb(104,226,196); }

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