#6DE4BC

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

Shades of Downy #6DE4BC

Tints of Downy #6DE4BC

Color information

#6DE4BC (or 0x6DE4BC) is unknown color: approx Downy. HEX triplet: 6D, E4 and BC. RGB value is (109,228,188). Sum of RGB (Red+Green+Blue) = 109+228+188=525 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.76% from 525); Green value is 228 (89.45% from 255 or 43.43% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 228 - color contains mainly: green. Hex color #6DE4BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DE4BC is #921B43. Grayscale: #BBBBBB. Windows color (decimal): -9575236 or 12379245. OLE color: 12379245.

HSL color Cylindrical-coordinate representation of color #6DE4BC: hue angle of 159.83º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6DE4BC is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB109228188-
CMYK0.5200.180.11
HSL159.83º68.79%66.08%-
HSV(B)159.83º52.19%89.41%-
XYZ43.1362.3757.34-
YUV187.86128.0871.75-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.76%
GREEN value IS 228 (89.45% from 255) = 43.43%
BLUE value IS 188 (73.83% from 255) = 35.81%
R=20.76%
G=43.43%
B=35.81%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1092281880.5200.180.11159.8368.7966.08
Hex6DE4BC34012Ba04542
Octal1553442746402213240105102
Binary1101101111001001011110011010001001010111010000010001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DE4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,228,188); }

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

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

 a { background-color: rgb(109,228,188); }

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

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

 span { border-color: rgb(109,228,188); }

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