#6DCABC

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

Shades of Downy #6DCABC

Tints of Downy #6DCABC

Color information

#6DCABC (or 0x6DCABC) is unknown color: approx Downy. HEX triplet: 6D, CA and BC. RGB value is (109,202,188). Sum of RGB (Red+Green+Blue) = 109+202+188=499 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.84% from 499); Green value is 202 (79.30% from 255 or 40.48% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 202 - color contains mainly: green. Hex color #6DCABC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCABC is #923543. Grayscale: #ACACAC. Windows color (decimal): -9581892 or 12372589. OLE color: 12372589.

HSL color Cylindrical-coordinate representation of color #6DCABC: hue angle of 170.97º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6DCABC is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB109202188-
CMYK0.4600.070.21
HSL170.97º46.73%60.98%-
HSV(B)170.97º46.04%79.22%-
XYZ36.549.1255.13-
YUV172.6136.6982.64-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.84%
GREEN value IS 202 (79.30% from 255) = 40.48%
BLUE value IS 188 (73.83% from 255) = 37.68%
R=21.84%
G=40.48%
B=37.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1092021880.4600.070.21170.9746.7360.98
Hex6DCABC2E0715ab2f3d
Octal1553122745607252535775
Binary1101101110010101011110010111001111010110101011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DCABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,202,188); }

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

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

 a { background-color: rgb(109,202,188); }

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

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

 span { border-color: rgb(109,202,188); }

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