#68CEB6

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

Shades of Downy #68CEB6

Tints of Downy #68CEB6

Color information

#68CEB6 (or 0x68CEB6) is unknown color: approx Downy. HEX triplet: 68, CE and B6. RGB value is (104,206,182). Sum of RGB (Red+Green+Blue) = 104+206+182=492 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.14% from 492); Green value is 206 (80.86% from 255 or 41.87% from 492); Blue value is 182 (71.48% from 255 or 36.99% from 492); Max value from RGB is 206 - color contains mainly: green. Hex color #68CEB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CEB6 is #973149. Grayscale: #ACACAC. Windows color (decimal): -9908554 or 11980392. OLE color: 11980392.

HSL color Cylindrical-coordinate representation of color #68CEB6: hue angle of 165.88º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68CEB6 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB104206182-
CMYK0.5000.120.19
HSL165.88º51%60.78%-
HSV(B)165.88º49.51%80.78%-
XYZ36.2250.4652.09-
YUV172.77133.2178.95-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.14%
GREEN value IS 206 (80.86% from 255) = 41.87%
BLUE value IS 182 (71.48% from 255) = 36.99%
R=21.14%
G=41.87%
B=36.99%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1042061820.5000.120.19165.885160.78
Hex68CEB6320C13a6333d
Octal15031626662014232466375
Binary11010001100111010110110110010011001001110100110110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68CEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,206,182); }

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

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

 a { background-color: rgb(104,206,182); }

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

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

 span { border-color: rgb(104,206,182); }

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