#68E0C1

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

Shades of Downy #68E0C1

Tints of Downy #68E0C1

Color information

#68E0C1 (or 0x68E0C1) is unknown color: approx Downy. HEX triplet: 68, E0 and C1. RGB value is (104,224,193). Sum of RGB (Red+Green+Blue) = 104+224+193=521 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.96% from 521); Green value is 224 (87.89% from 255 or 42.99% from 521); Blue value is 193 (75.78% from 255 or 37.04% from 521); Max value from RGB is 224 - color contains mainly: green. Hex color #68E0C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68E0C1 is #971F3E. Grayscale: #B8B8B8. Windows color (decimal): -9903935 or 12705896. OLE color: 12705896.

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

Color convert

RGB104224193-
CMYK0.5400.140.12
HSL164.5º65.93%64.31%-
HSV(B)164.5º53.57%87.84%-
XYZ41.9960.159.84-
YUV184.59132.7470.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.96%
GREEN value IS 224 (87.89% from 255) = 42.99%
BLUE value IS 193 (75.78% from 255) = 37.04%
R=19.96%
G=42.99%
B=37.04%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1042241930.5400.140.12164.565.9364.31
Hex68E0C1360ECa44240
Octal1503403016601614244102100
Binary110100011100000110000011101100111011001010010010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68E0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,224,193); }

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

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

 a { background-color: rgb(104,224,193); }

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

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

 span { border-color: rgb(104,224,193); }

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