#6DE8BD

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

Shades of Downy #6DE8BD

Tints of Downy #6DE8BD

Color information

#6DE8BD (or 0x6DE8BD) is unknown color: approx Downy. HEX triplet: 6D, E8 and BD. RGB value is (109,232,189). Sum of RGB (Red+Green+Blue) = 109+232+189=530 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.57% from 530); Green value is 232 (91.02% from 255 or 43.77% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 232 - color contains mainly: green. Hex color #6DE8BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DE8BD is #921742. Grayscale: #BEBEBE. Windows color (decimal): -9574211 or 12445805. OLE color: 12445805.

HSL color Cylindrical-coordinate representation of color #6DE8BD: hue angle of 159.02º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DE8BD is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB109232189-
CMYK0.5300.190.09
HSL159.02º72.78%66.86%-
HSV(B)159.02º53.02%90.98%-
XYZ44.3564.6458.28-
YUV190.32127.2570-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.57%
GREEN value IS 232 (91.02% from 255) = 43.77%
BLUE value IS 189 (74.22% from 255) = 35.66%
R=20.57%
G=43.77%
B=35.66%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1092321890.5300.190.09159.0272.7866.86
Hex6DE8BD3501399f4943
Octal1553502756502311237111103
Binary1101101111010001011110111010101001110011001111110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DE8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,232,189); }

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

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

 a { background-color: rgb(109,232,189); }

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

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

 span { border-color: rgb(109,232,189); }

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