#6ADACD

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

Shades of Downy #6ADACD

Tints of Downy #6ADACD

Color information

#6ADACD (or 0x6ADACD) is unknown color: approx Downy. HEX triplet: 6A, DA and CD. RGB value is (106,218,205). Sum of RGB (Red+Green+Blue) = 106+218+205=529 (70% of max value = 765). Red value is 106 (41.80% from 255 or 20.04% from 529); Green value is 218 (85.55% from 255 or 41.21% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 218 - color contains mainly: green. Hex color #6ADACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADACD is #952532. Grayscale: #B6B6B6. Windows color (decimal): -9774387 or 13490794. OLE color: 13490794.

HSL color Cylindrical-coordinate representation of color #6ADACD: hue angle of 173.04º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6ADACD is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB106218205-
CMYK0.5100.060.15
HSL173.04º60.22%63.53%-
HSV(B)173.04º51.38%85.49%-
XYZ42.0357.6166.66-
YUV183.03140.3973.06-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.04%
GREEN value IS 218 (85.55% from 255) = 41.21%
BLUE value IS 205 (80.47% from 255) = 38.75%
R=20.04%
G=41.21%
B=38.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1062182050.5100.060.15173.0460.2263.53
Hex6ADACD3306Fad3c40
Octal15233231563061725574100
Binary1101010110110101100110111001101101111101011011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ADACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,218,205); }

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

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

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

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

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

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

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