#68CAC0

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

Shades of Downy #68CAC0

Tints of Downy #68CAC0

Color information

#68CAC0 (or 0x68CAC0) is unknown color: approx Downy. HEX triplet: 68, CA and C0. RGB value is (104,202,192). Sum of RGB (Red+Green+Blue) = 104+202+192=498 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.88% from 498); Green value is 202 (79.30% from 255 or 40.56% from 498); Blue value is 192 (75.39% from 255 or 38.55% from 498); Max value from RGB is 202 - color contains mainly: green. Hex color #68CAC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CAC0 is #97353F. Grayscale: #ABABAB. Windows color (decimal): -9909568 or 12634728. OLE color: 12634728.

HSL color Cylindrical-coordinate representation of color #68CAC0: hue angle of 173.88º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68CAC0 is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB104202192-
CMYK0.4900.050.21
HSL173.88º48.04%60%-
HSV(B)173.88º48.51%79.22%-
XYZ36.3448.9957.41-
YUV171.56139.5379.81-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.88%
GREEN value IS 202 (79.30% from 255) = 40.56%
BLUE value IS 192 (75.39% from 255) = 38.55%
R=20.88%
G=40.56%
B=38.55%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1042021920.4900.050.21173.8848.0460
Hex68CAC0310515ae303c
Octal1503123006105252566074
Binary1101000110010101100000011000101011010110101110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68CAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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