#68DDB8

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

Shades of Downy #68DDB8

Tints of Downy #68DDB8

Color information

#68DDB8 (or 0x68DDB8) is unknown color: approx Downy. HEX triplet: 68, DD and B8. RGB value is (104,221,184). Sum of RGB (Red+Green+Blue) = 104+221+184=509 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.43% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 184 (72.27% from 255 or 36.15% from 509); Max value from RGB is 221 - color contains mainly: green. Hex color #68DDB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DDB8 is #972247. Grayscale: #B5B5B5. Windows color (decimal): -9904712 or 12115304. OLE color: 12115304.

HSL color Cylindrical-coordinate representation of color #68DDB8: hue angle of 161.03º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DDB8 is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB104221184-
CMYK0.5300.170.13
HSL161.03º63.24%63.73%-
HSV(B)161.03º52.94%86.67%-
XYZ40.2258.1254.45-
YUV181.8129.2472.51-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.43%
GREEN value IS 221 (86.72% from 255) = 43.42%
BLUE value IS 184 (72.27% from 255) = 36.15%
R=20.43%
G=43.42%
B=36.15%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1042211840.5300.170.13161.0363.2463.73
Hex68DDB835011Da13f40
Octal150335270650211524177100
Binary110100011011101101110001101010100011101101000011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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