#68E8CC

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

Shades of Downy #68E8CC

Tints of Downy #68E8CC

Color information

#68E8CC (or 0x68E8CC) is unknown color: approx Downy. HEX triplet: 68, E8 and CC. RGB value is (104,232,204). Sum of RGB (Red+Green+Blue) = 104+232+204=540 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.26% from 540); Green value is 232 (91.02% from 255 or 42.96% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 232 - color contains mainly: green. Hex color #68E8CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68E8CC is #971733. Grayscale: #BEBEBE. Windows color (decimal): -9901876 or 13428840. OLE color: 13428840.

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

Color convert

RGB104232204-
CMYK0.5500.120.09
HSL166.88º73.56%65.88%-
HSV(B)166.88º55.17%90.98%-
XYZ45.4665.0267.28-
YUV190.54135.5966.28-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.26%
GREEN value IS 232 (91.02% from 255) = 42.96%
BLUE value IS 204 (80.08% from 255) = 37.78%
R=19.26%
G=42.96%
B=37.78%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1042322040.5500.120.09166.8873.5665.88
Hex68E8CC370C9a74a42
Octal1503503146701411247112102
Binary110100011101000110011001101110110010011010011110010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68E8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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