#68D5D0

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

Shades of Downy #68D5D0

Tints of Downy #68D5D0

Color information

#68D5D0 (or 0x68D5D0) is unknown color: approx Downy. HEX triplet: 68, D5 and D0. RGB value is (104,213,208). Sum of RGB (Red+Green+Blue) = 104+213+208=525 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.81% from 525); Green value is 213 (83.59% from 255 or 40.57% from 525); Blue value is 208 (81.64% from 255 or 39.62% from 525); Max value from RGB is 213 - color contains mainly: green. Hex color #68D5D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D5D0 is #972A2F. Grayscale: #B3B3B3. Windows color (decimal): -9906736 or 13686120. OLE color: 13686120.

HSL color Cylindrical-coordinate representation of color #68D5D0: hue angle of 177.25º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68D5D0 is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB104213208-
CMYK0.5100.020.16
HSL177.25º56.48%62.16%-
HSV(B)177.25º51.17%83.53%-
XYZ40.8955.0968.15-
YUV179.84143.8973.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.81%
GREEN value IS 213 (83.59% from 255) = 40.57%
BLUE value IS 208 (81.64% from 255) = 39.62%
R=19.81%
G=40.57%
B=39.62%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1042132080.5100.020.16177.2556.4862.16
Hex68D5D0330210b1383e
Octal1503253206302202617076
Binary110100011010101110100001100110101000010110001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68D5D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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