#68E6C2

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

Shades of Downy #68E6C2

Tints of Downy #68E6C2

Color information

#68E6C2 (or 0x68E6C2) is unknown color: approx Downy. HEX triplet: 68, E6 and C2. RGB value is (104,230,194). Sum of RGB (Red+Green+Blue) = 104+230+194=528 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.70% from 528); Green value is 230 (90.23% from 255 or 43.56% from 528); Blue value is 194 (76.17% from 255 or 36.74% from 528); Max value from RGB is 230 - color contains mainly: green. Hex color #68E6C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68E6C2 is #97193D. Grayscale: #BCBCBC. Windows color (decimal): -9902398 or 12772968. OLE color: 12772968.

HSL color Cylindrical-coordinate representation of color #68E6C2: hue angle of 162.86º degrees, saturation: 0.72, 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 #68E6C2 is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.10.

Color convert

RGB104230194-
CMYK0.5500.160.10
HSL162.86º71.59%65.49%-
HSV(B)162.86º54.78%90.2%-
XYZ43.7463.4360.98-
YUV188.22131.2667.93-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.70%
GREEN value IS 230 (90.23% from 255) = 43.56%
BLUE value IS 194 (76.17% from 255) = 36.74%
R=19.70%
G=43.56%
B=36.74%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1042301940.5500.160.10162.8671.5965.49
Hex68E6C237010Aa34841
Octal1503463026702012243110101
Binary1101000111001101100001011011101000010101010001110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68E6C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,230,194); }

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

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

 a { background-color: rgb(104,230,194); }

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

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

 span { border-color: rgb(104,230,194); }

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