#68C6BB

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

Shades of Downy #68C6BB

Tints of Downy #68C6BB

Color information

#68C6BB (or 0x68C6BB) is unknown color: approx Downy. HEX triplet: 68, C6 and BB. RGB value is (104,198,187). Sum of RGB (Red+Green+Blue) = 104+198+187=489 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.27% from 489); Green value is 198 (77.73% from 255 or 40.49% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 198 - color contains mainly: green. Hex color #68C6BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C6BB is #973944. Grayscale: #A8A8A8. Windows color (decimal): -9910597 or 12306024. OLE color: 12306024.

HSL color Cylindrical-coordinate representation of color #68C6BB: hue angle of 172.98º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68C6BB is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB104198187-
CMYK0.4700.060.22
HSL172.98º45.19%59.22%-
HSV(B)172.98º47.47%77.65%-
XYZ34.8746.9254.23-
YUV168.64138.3681.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.27%
GREEN value IS 198 (77.73% from 255) = 40.49%
BLUE value IS 187 (73.44% from 255) = 38.24%
R=21.27%
G=40.49%
B=38.24%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1041981870.4700.060.22172.9845.1959.22
Hex68C6BB2F0616ad2d3b
Octal1503062735706262555573
Binary1101000110001101011101110111101101011010101101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,198,187); }

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

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

 a { background-color: rgb(104,198,187); }

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

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

 span { border-color: rgb(104,198,187); }

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