#68D9B8

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

Shades of Downy #68D9B8

Tints of Downy #68D9B8

Color information

#68D9B8 (or 0x68D9B8) is unknown color: approx Downy. HEX triplet: 68, D9 and B8. RGB value is (104,217,184). Sum of RGB (Red+Green+Blue) = 104+217+184=505 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.59% from 505); Green value is 217 (85.16% from 255 or 42.97% from 505); Blue value is 184 (72.27% from 255 or 36.44% from 505); Max value from RGB is 217 - color contains mainly: green. Hex color #68D9B8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D9B8 is #972647. Grayscale: #B3B3B3. Windows color (decimal): -9905736 or 12114280. OLE color: 12114280.

HSL color Cylindrical-coordinate representation of color #68D9B8: hue angle of 162.48º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68D9B8 is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB104217184-
CMYK0.5200.150.15
HSL162.48º59.79%62.94%-
HSV(B)162.48º52.07%85.1%-
XYZ39.1756.0354.1-
YUV179.45130.5674.18-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.59%
GREEN value IS 217 (85.16% from 255) = 42.97%
BLUE value IS 184 (72.27% from 255) = 36.44%
R=20.59%
G=42.97%
B=36.44%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1042171840.5200.150.15162.4859.7962.94
Hex68D9B8340FFa23c3f
Octal15033127064017172427477
Binary1101000110110011011100011010001111111110100010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68D9B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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