#6ED3CD

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

Shades of Downy #6ED3CD

Tints of Downy #6ED3CD

Color information

#6ED3CD (or 0x6ED3CD) is unknown color: approx Downy. HEX triplet: 6E, D3 and CD. RGB value is (110,211,205). Sum of RGB (Red+Green+Blue) = 110+211+205=526 (69% of max value = 765). Red value is 110 (43.36% from 255 or 20.91% from 526); Green value is 211 (82.81% from 255 or 40.11% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 211 - color contains mainly: green. Hex color #6ED3CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED3CD is #912C32. Grayscale: #B4B4B4. Windows color (decimal): -9514035 or 13489006. OLE color: 13489006.

HSL color Cylindrical-coordinate representation of color #6ED3CD: hue angle of 176.44º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ED3CD is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB110211205-
CMYK0.4800.030.17
HSL176.44º53.44%62.94%-
HSV(B)176.44º47.87%82.75%-
XYZ40.7454.3166.09-
YUV180.12142.0477.99-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.91%
GREEN value IS 211 (82.81% from 255) = 40.11%
BLUE value IS 205 (80.47% from 255) = 38.97%
R=20.91%
G=40.11%
B=38.97%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1102112050.4800.030.17176.4453.4462.94
Hex6ED3CD300311b0353f
Octal1563233156003212606577
Binary110111011010011110011011100000111000110110000110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6ED3CD; }

 p { color: rgb(110,211,205); }

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

<style>
 a { background-color: #6ED3CD; }

 a { background-color: rgb(110,211,205); }

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

<style>
 span { border-color: #6ED3CD; }

 span { border-color: rgb(110,211,205); }

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