#68C5C9

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

Shades of Downy #68C5C9

Tints of Downy #68C5C9

Color information

#68C5C9 (or 0x68C5C9) is unknown color: approx Downy. HEX triplet: 68, C5 and C9. RGB value is (104,197,201). Sum of RGB (Red+Green+Blue) = 104+197+201=502 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.72% from 502); Green value is 197 (77.34% from 255 or 39.24% from 502); Blue value is 201 (78.91% from 255 or 40.04% from 502); Max value from RGB is 201 - color contains mainly: blue. Hex color #68C5C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C5C9 is #973A36. Grayscale: #A9A9A9. Windows color (decimal): -9910839 or 13223272. OLE color: 13223272.

HSL color Cylindrical-coordinate representation of color #68C5C9: hue angle of 182.47º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68C5C9 is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB104197201-
CMYK0.480.0200.21
HSL182.47º47.32%59.8%-
HSV(B)182.47º48.26%78.82%-
XYZ36.2247.0962.44-
YUV169.65145.6981.17-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.72%
GREEN value IS 197 (77.34% from 255) = 39.24%
BLUE value IS 201 (78.91% from 255) = 40.04%
R=20.72%
G=39.24%
B=40.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1041972010.480.0200.21182.4747.3259.8
Hex68C5C9302015b62f3c
Octal1503053116020252665774
Binary110100011000101110010011100001001010110110110101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C5C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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