#6ECDCD

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

Shades of Downy #6ECDCD

Tints of Downy #6ECDCD

Color information

#6ECDCD (or 0x6ECDCD) is unknown color: approx Downy. HEX triplet: 6E, CD and CD. RGB value is (110,205,205). Sum of RGB (Red+Green+Blue) = 110+205+205=520 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.15% from 520); Green value is 205 (80.47% from 255 or 39.42% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #6ECDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECDCD is #913232. Grayscale: #B0B0B0. Windows color (decimal): -9515571 or 13487470. OLE color: 13487470.

HSL color Cylindrical-coordinate representation of color #6ECDCD: hue angle of 180º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6ECDCD is Cyan = 0.46, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB110205205-
CMYK0.46000.20
HSL180º48.72%61.76%-
HSV(B)180º46.34%80.39%-
XYZ39.2851.3965.61-
YUV176.6144.0380.5-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.15%
GREEN value IS 205 (80.47% from 255) = 39.42%
BLUE value IS 205 (80.47% from 255) = 39.42%
R=21.15%
G=39.42%
B=39.42%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1102052050.46000.2018048.7261.76
Hex6ECDCD2E0014b4313e
Octal1563153155600242646176
Binary11011101100110111001101101110001010010110100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ECDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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