#6ACDB7

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

Shades of Downy #6ACDB7

Tints of Downy #6ACDB7

Color information

#6ACDB7 (or 0x6ACDB7) is unknown color: approx Downy. HEX triplet: 6A, CD and B7. RGB value is (106,205,183). Sum of RGB (Red+Green+Blue) = 106+205+183=494 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.46% from 494); Green value is 205 (80.47% from 255 or 41.50% from 494); Blue value is 183 (71.88% from 255 or 37.04% from 494); Max value from RGB is 205 - color contains mainly: green. Hex color #6ACDB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACDB7 is #953248. Grayscale: #ACACAC. Windows color (decimal): -9777737 or 12045674. OLE color: 12045674.

HSL color Cylindrical-coordinate representation of color #6ACDB7: hue angle of 166.67º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ACDB7 is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB106205183-
CMYK0.4800.110.20
HSL166.67º49.75%60.98%-
HSV(B)166.67º48.29%80.39%-
XYZ36.3250.1552.56-
YUV172.89133.780.29-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.46%
GREEN value IS 205 (80.47% from 255) = 41.50%
BLUE value IS 183 (71.88% from 255) = 37.04%
R=21.46%
G=41.50%
B=37.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1062051830.4800.110.20166.6749.7560.98
Hex6ACDB7300B14a7323d
Octal15231526760013242476275
Binary11010101100110110110111110000010111010010100111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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