#68D5CD

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

Shades of Downy #68D5CD

Tints of Downy #68D5CD

Color information

#68D5CD (or 0x68D5CD) is unknown color: approx Downy. HEX triplet: 68, D5 and CD. RGB value is (104,213,205). Sum of RGB (Red+Green+Blue) = 104+213+205=522 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.92% from 522); Green value is 213 (83.59% from 255 or 40.80% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 213 - color contains mainly: green. Hex color #68D5CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D5CD is #972A32. Grayscale: #B3B3B3. Windows color (decimal): -9906739 or 13489512. OLE color: 13489512.

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

Color convert

RGB104213205-
CMYK0.5100.040.16
HSL175.6º56.48%62.16%-
HSV(B)175.6º51.17%83.53%-
XYZ40.5254.9466.23-
YUV179.5142.3974.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.92%
GREEN value IS 213 (83.59% from 255) = 40.80%
BLUE value IS 205 (80.47% from 255) = 39.27%
R=19.92%
G=40.80%
B=39.27%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1042132050.5100.040.16175.656.4862.16
Hex68D5CD330410b0383e
Octal1503253156304202607076
Binary1101000110101011100110111001101001000010110000111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68D5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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