#6DE9BC

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

Shades of Downy #6DE9BC

Tints of Downy #6DE9BC

Color information

#6DE9BC (or 0x6DE9BC) is unknown color: approx Downy. HEX triplet: 6D, E9 and BC. RGB value is (109,233,188). Sum of RGB (Red+Green+Blue) = 109+233+188=530 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.57% from 530); Green value is 233 (91.41% from 255 or 43.96% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 233 - color contains mainly: green. Hex color #6DE9BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DE9BC is #921643. Grayscale: #BEBEBE. Windows color (decimal): -9573956 or 12380525. OLE color: 12380525.

HSL color Cylindrical-coordinate representation of color #6DE9BC: hue angle of 158.23º degrees, saturation: 0.74, 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 #6DE9BC is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB109233188-
CMYK0.5300.190.09
HSL158.23º73.81%67.06%-
HSV(B)158.23º53.22%91.37%-
XYZ44.5265.1657.81-
YUV190.79126.4269.66-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.57%
GREEN value IS 233 (91.41% from 255) = 43.96%
BLUE value IS 188 (73.83% from 255) = 35.47%
R=20.57%
G=43.96%
B=35.47%

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
Decimal1092331880.5300.190.09158.2373.8167.06
Hex6DE9BC3501399e4a43
Octal1553512746502311236112103
Binary1101101111010011011110011010101001110011001111010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DE9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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