#68C3C0

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

Shades of Downy #68C3C0

Tints of Downy #68C3C0

Color information

#68C3C0 (or 0x68C3C0) is unknown color: approx Downy. HEX triplet: 68, C3 and C0. RGB value is (104,195,192). Sum of RGB (Red+Green+Blue) = 104+195+192=491 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.18% from 491); Green value is 195 (76.56% from 255 or 39.71% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 195 - color contains mainly: green. Hex color #68C3C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C3C0 is #973C3F. Grayscale: #A7A7A7. Windows color (decimal): -9911360 or 12632936. OLE color: 12632936.

HSL color Cylindrical-coordinate representation of color #68C3C0: hue angle of 178.02º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68C3C0 is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB104195192-
CMYK0.4700.020.24
HSL178.02º43.13%58.63%-
HSV(B)178.02º46.67%76.47%-
XYZ34.7445.7856.87-
YUV167.45141.8582.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.18%
GREEN value IS 195 (76.56% from 255) = 39.71%
BLUE value IS 192 (75.39% from 255) = 39.10%
R=21.18%
G=39.71%
B=39.10%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1041951920.4700.020.24178.0243.1358.63
Hex68C3C02F0218b22b3b
Octal1503033005702302625373
Binary110100011000011110000001011110101100010110010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C3C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,195,192); }

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

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

 a { background-color: rgb(104,195,192); }

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

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

 span { border-color: rgb(104,195,192); }

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