#68E8C4

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

Shades of Downy #68E8C4

Tints of Downy #68E8C4

Color information

#68E8C4 (or 0x68E8C4) is unknown color: approx Downy. HEX triplet: 68, E8 and C4. RGB value is (104,232,196). Sum of RGB (Red+Green+Blue) = 104+232+196=532 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.55% from 532); Green value is 232 (91.02% from 255 or 43.61% from 532); Blue value is 196 (76.95% from 255 or 36.84% from 532); Max value from RGB is 232 - color contains mainly: green. Hex color #68E8C4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68E8C4 is #97173B. Grayscale: #BDBDBD. Windows color (decimal): -9901884 or 12904552. OLE color: 12904552.

HSL color Cylindrical-coordinate representation of color #68E8C4: hue angle of 163.12º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68E8C4 is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB104232196-
CMYK0.5500.160.09
HSL163.12º73.56%65.88%-
HSV(B)163.12º55.17%90.98%-
XYZ44.5364.6462.35-
YUV189.62131.5966.93-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.55%
GREEN value IS 232 (91.02% from 255) = 43.61%
BLUE value IS 196 (76.95% from 255) = 36.84%
R=19.55%
G=43.61%
B=36.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1042321960.5500.160.09163.1273.5665.88
Hex68E8C4370109a34a42
Octal1503503046702011243112102
Binary1101000111010001100010011011101000010011010001110010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68E8C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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