#6AC7BA

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

Shades of Downy #6AC7BA

Tints of Downy #6AC7BA

Color information

#6AC7BA (or 0x6AC7BA) is unknown color: approx Downy. HEX triplet: 6A, C7 and BA. RGB value is (106,199,186). Sum of RGB (Red+Green+Blue) = 106+199+186=491 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.59% from 491); Green value is 199 (78.12% from 255 or 40.53% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 199 - color contains mainly: green. Hex color #6AC7BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AC7BA is #953845. Grayscale: #A9A9A9. Windows color (decimal): -9779270 or 12240746. OLE color: 12240746.

HSL color Cylindrical-coordinate representation of color #6AC7BA: hue angle of 171.61º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6AC7BA is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB106199186-
CMYK0.4700.070.22
HSL171.61º45.37%59.8%-
HSV(B)171.61º46.73%78.04%-
XYZ35.2347.4653.76-
YUV169.71137.1982.56-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.59%
GREEN value IS 199 (78.12% from 255) = 40.53%
BLUE value IS 186 (73.05% from 255) = 37.88%
R=21.59%
G=40.53%
B=37.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1061991860.4700.070.22171.6145.3759.8
Hex6AC7BA2F0716ac2d3c
Octal1523072725707262545574
Binary1101010110001111011101010111101111011010101100101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AC7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,199,186); }

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

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

 a { background-color: rgb(106,199,186); }

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

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

 span { border-color: rgb(106,199,186); }

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