#6ACAC9

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

Shades of Downy #6ACAC9

Tints of Downy #6ACAC9

Color information

#6ACAC9 (or 0x6ACAC9) is unknown color: approx Downy. HEX triplet: 6A, CA and C9. RGB value is (106,202,201). Sum of RGB (Red+Green+Blue) = 106+202+201=509 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.83% from 509); Green value is 202 (79.30% from 255 or 39.69% from 509); Blue value is 201 (78.91% from 255 or 39.49% from 509); Max value from RGB is 202 - color contains mainly: green. Hex color #6ACAC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACAC9 is #953536. Grayscale: #ADADAD. Windows color (decimal): -9778487 or 13224554. OLE color: 13224554.

HSL color Cylindrical-coordinate representation of color #6ACAC9: hue angle of 179.38º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ACAC9 is Cyan = 0.48, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.21.

Color convert

RGB106202201-
CMYK0.4800.000.21
HSL179.38º47.52%60.39%-
HSV(B)179.38º47.52%79.22%-
XYZ37.6149.5262.83-
YUV173.18143.780.08-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.83%
GREEN value IS 202 (79.30% from 255) = 39.69%
BLUE value IS 201 (78.91% from 255) = 39.49%
R=20.83%
G=39.69%
B=39.49%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1062022010.4800.000.21179.3847.5260.39
Hex6ACAC9300015b3303c
Octal1523123116000252636074
Binary11010101100101011001001110000001010110110011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,202,201); }

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

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

 a { background-color: rgb(106,202,201); }

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

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

 span { border-color: rgb(106,202,201); }

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