#6AD1BE

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

Shades of Downy #6AD1BE

Tints of Downy #6AD1BE

Color information

#6AD1BE (or 0x6AD1BE) is unknown color: approx Downy. HEX triplet: 6A, D1 and BE. RGB value is (106,209,190). Sum of RGB (Red+Green+Blue) = 106+209+190=505 (66% of max value = 765). Red value is 106 (41.80% from 255 or 20.99% from 505); Green value is 209 (82.03% from 255 or 41.39% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 209 - color contains mainly: green. Hex color #6AD1BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AD1BE is #952E41. Grayscale: #B0B0B0. Windows color (decimal): -9776706 or 12505450. OLE color: 12505450.

HSL color Cylindrical-coordinate representation of color #6AD1BE: hue angle of 168.93º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6AD1BE is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB106209190-
CMYK0.4900.090.18
HSL168.93º52.82%61.76%-
HSV(B)168.93º49.28%81.96%-
XYZ38.0452.3856.82-
YUV176.04135.8878.04-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.99%
GREEN value IS 209 (82.03% from 255) = 41.39%
BLUE value IS 190 (74.61% from 255) = 37.62%
R=20.99%
G=41.39%
B=37.62%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1062091900.4900.090.18168.9352.8261.76
Hex6AD1BE310912a9353e
Octal15232127661011222516576
Binary11010101101000110111110110001010011001010101001110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AD1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,209,190); }

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

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

 a { background-color: rgb(106,209,190); }

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

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

 span { border-color: rgb(106,209,190); }

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