#68C5B8

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

Shades of Downy #68C5B8

Tints of Downy #68C5B8

Color information

#68C5B8 (or 0x68C5B8) is unknown color: approx Downy. HEX triplet: 68, C5 and B8. RGB value is (104,197,184). Sum of RGB (Red+Green+Blue) = 104+197+184=485 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.44% from 485); Green value is 197 (77.34% from 255 or 40.62% from 485); Blue value is 184 (72.27% from 255 or 37.94% from 485); Max value from RGB is 197 - color contains mainly: green. Hex color #68C5B8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C5B8 is #973A47. Grayscale: #A7A7A7. Windows color (decimal): -9910856 or 12109160. OLE color: 12109160.

HSL color Cylindrical-coordinate representation of color #68C5B8: hue angle of 171.61º 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 #68C5B8 is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.23.

Color convert

RGB104197184-
CMYK0.4700.070.23
HSL171.61º44.5%59.02%-
HSV(B)171.61º47.21%77.25%-
XYZ34.3346.3452.48-
YUV167.71137.1982.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.44%
GREEN value IS 197 (77.34% from 255) = 40.62%
BLUE value IS 184 (72.27% from 255) = 37.94%
R=21.44%
G=40.62%
B=37.94%

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
Decimal1041971840.4700.070.23171.6144.559.02
Hex68C5B82F0717ac2c3b
Octal1503052705707272545473
Binary1101000110001011011100010111101111011110101100101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C5B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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