#68EBD0

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

Shades of Downy #68EBD0

Tints of Downy #68EBD0

Color information

#68EBD0 (or 0x68EBD0) is unknown color: approx Downy. HEX triplet: 68, EB and D0. RGB value is (104,235,208). Sum of RGB (Red+Green+Blue) = 104+235+208=547 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.01% from 547); Green value is 235 (92.19% from 255 or 42.96% from 547); Blue value is 208 (81.64% from 255 or 38.03% from 547); Max value from RGB is 235 - color contains mainly: green. Hex color #68EBD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EBD0 is #97142F. Grayscale: #C0C0C0. Windows color (decimal): -9901104 or 13691752. OLE color: 13691752.

HSL color Cylindrical-coordinate representation of color #68EBD0: hue angle of 167.63º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EBD0 is Cyan = 0.56, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB104235208-
CMYK0.5600.110.08
HSL167.63º76.61%66.47%-
HSV(B)167.63º55.74%92.16%-
XYZ46.866.9170.12-
YUV192.75136.664.7-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.01%
GREEN value IS 235 (92.19% from 255) = 42.96%
BLUE value IS 208 (81.64% from 255) = 38.03%
R=19.01%
G=42.96%
B=38.03%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1042352080.5600.110.08167.6376.6166.47
Hex68EBD0380B8a84d42
Octal1503533207001310250115102
Binary110100011101011110100001110000101110001010100010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68EBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,235,208); }

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

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

 a { background-color: rgb(104,235,208); }

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

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

 span { border-color: rgb(104,235,208); }

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