#68CABF

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

Shades of Downy #68CABF

Tints of Downy #68CABF

Color information

#68CABF (or 0x68CABF) is unknown color: approx Downy. HEX triplet: 68, CA and BF. RGB value is (104,202,191). Sum of RGB (Red+Green+Blue) = 104+202+191=497 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.93% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 191 (75% from 255 or 38.43% from 497); Max value from RGB is 202 - color contains mainly: green. Hex color #68CABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CABF is #973540. Grayscale: #ABABAB. Windows color (decimal): -9909569 or 12569192. OLE color: 12569192.

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

Color convert

RGB104202191-
CMYK0.4900.050.21
HSL173.27º48.04%60%-
HSV(B)173.27º48.51%79.22%-
XYZ36.2348.9556.83-
YUV171.44139.0379.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.93%
GREEN value IS 202 (79.30% from 255) = 40.64%
BLUE value IS 191 (75% from 255) = 38.43%
R=20.93%
G=40.64%
B=38.43%

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
Decimal1042021910.4900.050.21173.2748.0460
Hex68CABF310515ad303c
Octal1503122776105252556074
Binary1101000110010101011111111000101011010110101101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68CABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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