#68C5BE

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

Shades of Downy #68C5BE

Tints of Downy #68C5BE

Color information

#68C5BE (or 0x68C5BE) is unknown color: approx Downy. HEX triplet: 68, C5 and BE. RGB value is (104,197,190). Sum of RGB (Red+Green+Blue) = 104+197+190=491 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.18% from 491); Green value is 197 (77.34% from 255 or 40.12% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 197 - color contains mainly: green. Hex color #68C5BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C5BE is #973A41. Grayscale: #A8A8A8. Windows color (decimal): -9910850 or 12502376. OLE color: 12502376.

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

Color convert

RGB104197190-
CMYK0.4700.040.23
HSL175.48º44.5%59.02%-
HSV(B)175.48º47.21%77.25%-
XYZ34.9746.5955.87-
YUV168.4140.1982.07-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.18%
GREEN value IS 197 (77.34% from 255) = 40.12%
BLUE value IS 190 (74.61% from 255) = 38.70%
R=21.18%
G=40.12%
B=38.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1041971900.4700.040.23175.4844.559.02
Hex68C5BE2F0417af2c3b
Octal1503052765704272575473
Binary1101000110001011011111010111101001011110101111101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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