#6AD5C2

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

Shades of Downy #6AD5C2

Tints of Downy #6AD5C2

Color information

#6AD5C2 (or 0x6AD5C2) is unknown color: approx Downy. HEX triplet: 6A, D5 and C2. RGB value is (106,213,194). Sum of RGB (Red+Green+Blue) = 106+213+194=513 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.66% from 513); Green value is 213 (83.59% from 255 or 41.52% from 513); Blue value is 194 (76.17% from 255 or 37.82% from 513); Max value from RGB is 213 - color contains mainly: green. Hex color #6AD5C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AD5C2 is #952A3D. Grayscale: #B2B2B2. Windows color (decimal): -9775678 or 12768618. OLE color: 12768618.

HSL color Cylindrical-coordinate representation of color #6AD5C2: hue angle of 169.35º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6AD5C2 is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB106213194-
CMYK0.5000.090.16
HSL169.35º56.02%62.55%-
HSV(B)169.35º50.23%83.53%-
XYZ39.4854.5559.49-
YUV178.84136.5576.04-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.66%
GREEN value IS 213 (83.59% from 255) = 41.52%
BLUE value IS 194 (76.17% from 255) = 37.82%
R=20.66%
G=41.52%
B=37.82%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1062131940.5000.090.16169.3556.0262.55
Hex6AD5C2320910a9383f
Octal15232530262011202517077
Binary11010101101010111000010110010010011000010101001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AD5C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,213,194); }

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

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

 a { background-color: rgb(106,213,194); }

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

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

 span { border-color: rgb(106,213,194); }

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