#68E3C4

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

Shades of Downy #68E3C4

Tints of Downy #68E3C4

Color information

#68E3C4 (or 0x68E3C4) is unknown color: approx Downy. HEX triplet: 68, E3 and C4. RGB value is (104,227,196). Sum of RGB (Red+Green+Blue) = 104+227+196=527 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.73% from 527); Green value is 227 (89.06% from 255 or 43.07% from 527); Blue value is 196 (76.95% from 255 or 37.19% from 527); Max value from RGB is 227 - color contains mainly: green. Hex color #68E3C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68E3C4 is #971C3B. Grayscale: #BABABA. Windows color (decimal): -9903164 or 12903272. OLE color: 12903272.

HSL color Cylindrical-coordinate representation of color #68E3C4: hue angle of 164.88º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68E3C4 is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB104227196-
CMYK0.5400.140.11
HSL164.88º68.72%64.9%-
HSV(B)164.88º54.19%89.02%-
XYZ43.1461.8761.89-
YUV186.69133.2569.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.73%
GREEN value IS 227 (89.06% from 255) = 43.07%
BLUE value IS 196 (76.95% from 255) = 37.19%
R=19.73%
G=43.07%
B=37.19%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1042271960.5400.140.11164.8868.7264.9
Hex68E3C4360EBa54541
Octal1503433046601613245105101
Binary110100011100011110001001101100111010111010010110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68E3C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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