#68C5B7

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

Shades of Downy #68C5B7

Tints of Downy #68C5B7

Color information

#68C5B7 (or 0x68C5B7) is unknown color: approx Downy. HEX triplet: 68, C5 and B7. RGB value is (104,197,183). Sum of RGB (Red+Green+Blue) = 104+197+183=484 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.49% from 484); Green value is 197 (77.34% from 255 or 40.70% from 484); Blue value is 183 (71.88% from 255 or 37.81% from 484); Max value from RGB is 197 - color contains mainly: green. Hex color #68C5B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C5B7 is #973A48. Grayscale: #A7A7A7. Windows color (decimal): -9910857 or 12043624. OLE color: 12043624.

HSL color Cylindrical-coordinate representation of color #68C5B7: hue angle of 170.97º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68C5B7 is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.23.

Color convert

RGB104197183-
CMYK0.4700.070.23
HSL170.97º44.5%59.02%-
HSV(B)170.97º47.21%77.25%-
XYZ34.2246.2951.93-
YUV167.6136.6982.64-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.49%
GREEN value IS 197 (77.34% from 255) = 40.70%
BLUE value IS 183 (71.88% from 255) = 37.81%
R=21.49%
G=40.70%
B=37.81%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1041971830.4700.070.23170.9744.559.02
Hex68C5B72F0717ab2c3b
Octal1503052675707272535473
Binary1101000110001011011011110111101111011110101011101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C5B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,197,183); }

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

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

 a { background-color: rgb(104,197,183); }

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

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

 span { border-color: rgb(104,197,183); }

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