#68E8C5

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

Shades of Downy #68E8C5

Tints of Downy #68E8C5

Color information

#68E8C5 (or 0x68E8C5) is unknown color: approx Downy. HEX triplet: 68, E8 and C5. RGB value is (104,232,197). Sum of RGB (Red+Green+Blue) = 104+232+197=533 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.51% from 533); Green value is 232 (91.02% from 255 or 43.53% from 533); Blue value is 197 (77.34% from 255 or 36.96% from 533); Max value from RGB is 232 - color contains mainly: green. Hex color #68E8C5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68E8C5 is #97173A. Grayscale: #BDBDBD. Windows color (decimal): -9901883 or 12970088. OLE color: 12970088.

HSL color Cylindrical-coordinate representation of color #68E8C5: hue angle of 163.59º 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 #68E8C5 is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB104232197-
CMYK0.5500.150.09
HSL163.59º73.56%65.88%-
HSV(B)163.59º55.17%90.98%-
XYZ44.6464.6962.96-
YUV189.74132.0966.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.51%
GREEN value IS 232 (91.02% from 255) = 43.53%
BLUE value IS 197 (77.34% from 255) = 36.96%
R=19.51%
G=43.53%
B=36.96%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1042321970.5500.150.09163.5973.5665.88
Hex68E8C5370F9a44a42
Octal1503503056701711244112102
Binary110100011101000110001011101110111110011010010010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68E8C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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