#68CAC3

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

Shades of Downy #68CAC3

Tints of Downy #68CAC3

Color information

#68CAC3 (or 0x68CAC3) is unknown color: approx Downy. HEX triplet: 68, CA and C3. RGB value is (104,202,195). Sum of RGB (Red+Green+Blue) = 104+202+195=501 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.76% from 501); Green value is 202 (79.30% from 255 or 40.32% from 501); Blue value is 195 (76.56% from 255 or 38.92% from 501); Max value from RGB is 202 - color contains mainly: green. Hex color #68CAC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CAC3 is #97353C. Grayscale: #ABABAB. Windows color (decimal): -9909565 or 12831336. OLE color: 12831336.

HSL color Cylindrical-coordinate representation of color #68CAC3: hue angle of 175.71º 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 #68CAC3 is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB104202195-
CMYK0.4900.030.21
HSL175.71º48.04%60%-
HSV(B)175.71º48.51%79.22%-
XYZ36.6849.1259.18-
YUV171.9141.0379.57-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.76%
GREEN value IS 202 (79.30% from 255) = 40.32%
BLUE value IS 195 (76.56% from 255) = 38.92%
R=20.76%
G=40.32%
B=38.92%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1042021950.4900.030.21175.7148.0460
Hex68CAC3310315b0303c
Octal1503123036103252606074
Binary110100011001010110000111100010111010110110000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68CAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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