#68D1C9

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

Shades of Downy #68D1C9

Tints of Downy #68D1C9

Color information

#68D1C9 (or 0x68D1C9) is unknown color: approx Downy. HEX triplet: 68, D1 and C9. RGB value is (104,209,201). Sum of RGB (Red+Green+Blue) = 104+209+201=514 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.23% from 514); Green value is 209 (82.03% from 255 or 40.66% from 514); Blue value is 201 (78.91% from 255 or 39.11% from 514); Max value from RGB is 209 - color contains mainly: green. Hex color #68D1C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D1C9 is #972E36. Grayscale: #B0B0B0. Windows color (decimal): -9907767 or 13226344. OLE color: 13226344.

HSL color Cylindrical-coordinate representation of color #68D1C9: hue angle of 175.43º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68D1C9 is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB104209201-
CMYK0.5000.040.18
HSL175.43º53.3%61.37%-
HSV(B)175.43º50.24%81.96%-
XYZ39.0552.7663.38-
YUV176.69141.7176.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.23%
GREEN value IS 209 (82.03% from 255) = 40.66%
BLUE value IS 201 (78.91% from 255) = 39.11%
R=20.23%
G=40.66%
B=39.11%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1042092010.5000.040.18175.4353.361.37
Hex68D1C9320412af353d
Octal1503213116204222576575
Binary1101000110100011100100111001001001001010101111110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68D1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,209,201); }

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

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

 a { background-color: rgb(104,209,201); }

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

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

 span { border-color: rgb(104,209,201); }

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