#6ADEC5

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

Shades of Downy #6ADEC5

Tints of Downy #6ADEC5

Color information

#6ADEC5 (or 0x6ADEC5) is unknown color: approx Downy. HEX triplet: 6A, DE and C5. RGB value is (106,222,197). Sum of RGB (Red+Green+Blue) = 106+222+197=525 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.19% from 525); Green value is 222 (87.11% from 255 or 42.29% from 525); Blue value is 197 (77.34% from 255 or 37.52% from 525); Max value from RGB is 222 - color contains mainly: green. Hex color #6ADEC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADEC5 is #95213A. Grayscale: #B8B8B8. Windows color (decimal): -9773371 or 12967530. OLE color: 12967530.

HSL color Cylindrical-coordinate representation of color #6ADEC5: hue angle of 167.07º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ADEC5 is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB106222197-
CMYK0.5200.110.13
HSL167.07º63.74%64.31%-
HSV(B)167.07º52.25%87.06%-
XYZ42.1459.3462.06-
YUV184.47135.0772.03-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.19%
GREEN value IS 222 (87.11% from 255) = 42.29%
BLUE value IS 197 (77.34% from 255) = 37.52%
R=20.19%
G=42.29%
B=37.52%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1062221970.5200.110.13167.0763.7464.31
Hex6ADEC5340BDa74040
Octal1523363056401315247100100
Binary110101011011110110001011101000101111011010011110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ADEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,222,197); }

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

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

 a { background-color: rgb(106,222,197); }

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

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

 span { border-color: rgb(106,222,197); }

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