#68E5C5

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

Shades of Downy #68E5C5

Tints of Downy #68E5C5

Color information

#68E5C5 (or 0x68E5C5) is unknown color: approx Downy. HEX triplet: 68, E5 and C5. RGB value is (104,229,197). Sum of RGB (Red+Green+Blue) = 104+229+197=530 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.62% from 530); Green value is 229 (89.84% from 255 or 43.21% from 530); Blue value is 197 (77.34% from 255 or 37.17% from 530); Max value from RGB is 229 - color contains mainly: green. Hex color #68E5C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68E5C5 is #971A3A. Grayscale: #BBBBBB. Windows color (decimal): -9902651 or 12969320. OLE color: 12969320.

HSL color Cylindrical-coordinate representation of color #68E5C5: hue angle of 164.64º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68E5C5 is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB104229197-
CMYK0.5500.140.10
HSL164.64º70.62%65.29%-
HSV(B)164.64º54.59%89.8%-
XYZ43.8163.0162.68-
YUV187.98133.0968.1-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.62%
GREEN value IS 229 (89.84% from 255) = 43.21%
BLUE value IS 197 (77.34% from 255) = 37.17%
R=19.62%
G=43.21%
B=37.17%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1042291970.5500.140.10164.6470.6265.29
Hex68E5C5370EAa54741
Octal1503453056701612245107101
Binary110100011100101110001011101110111010101010010110001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68E5C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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