#6DDCB8

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

Shades of Downy #6DDCB8

Tints of Downy #6DDCB8

Color information

#6DDCB8 (or 0x6DDCB8) is unknown color: approx Downy. HEX triplet: 6D, DC and B8. RGB value is (109,220,184). Sum of RGB (Red+Green+Blue) = 109+220+184=513 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.25% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 184 (72.27% from 255 or 35.87% from 513); Max value from RGB is 220 - color contains mainly: green. Hex color #6DDCB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDCB8 is #922347. Grayscale: #B6B6B6. Windows color (decimal): -9577288 or 12115053. OLE color: 12115053.

HSL color Cylindrical-coordinate representation of color #6DDCB8: hue angle of 160.54º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DDCB8 is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB109220184-
CMYK0.5000.160.14
HSL160.54º61.33%64.51%-
HSV(B)160.54º50.45%86.27%-
XYZ40.5557.954.39-
YUV182.71128.7375.43-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.25%
GREEN value IS 220 (86.33% from 255) = 42.88%
BLUE value IS 184 (72.27% from 255) = 35.87%
R=21.25%
G=42.88%
B=35.87%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1092201840.5000.160.14160.5461.3364.51
Hex6DDCB832010Ea13d41
Octal155334270620201624175101
Binary110110111011100101110001100100100001110101000011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDCB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,220,184); }

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

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

 a { background-color: rgb(109,220,184); }

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

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

 span { border-color: rgb(109,220,184); }

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