#6ADFBB

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

Shades of Downy #6ADFBB

Tints of Downy #6ADFBB

Color information

#6ADFBB (or 0x6ADFBB) is unknown color: approx Downy. HEX triplet: 6A, DF and BB. RGB value is (106,223,187). Sum of RGB (Red+Green+Blue) = 106+223+187=516 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.54% from 516); Green value is 223 (87.5% from 255 or 43.22% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 223 - color contains mainly: green. Hex color #6ADFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADFBB is #952044. Grayscale: #B7B7B7. Windows color (decimal): -9773125 or 12312426. OLE color: 12312426.

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

Color convert

RGB106223187-
CMYK0.5200.160.13
HSL161.54º64.64%64.51%-
HSV(B)161.54º52.47%87.45%-
XYZ41.359.4356.31-
YUV183.91129.7472.43-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.54%
GREEN value IS 223 (87.5% from 255) = 43.22%
BLUE value IS 187 (73.44% from 255) = 36.24%
R=20.54%
G=43.22%
B=36.24%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1062231870.5200.160.13161.5464.6464.51
Hex6ADFBB34010Da24141
Octal1523372736402015242101101
Binary1101010110111111011101111010001000011011010001010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ADFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,223,187); }

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

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

 a { background-color: rgb(106,223,187); }

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

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

 span { border-color: rgb(106,223,187); }

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