#6DE5CB

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

Shades of Downy #6DE5CB

Tints of Downy #6DE5CB

Color information

#6DE5CB (or 0x6DE5CB) is unknown color: approx Downy. HEX triplet: 6D, E5 and CB. RGB value is (109,229,203). Sum of RGB (Red+Green+Blue) = 109+229+203=541 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.15% from 541); Green value is 229 (89.84% from 255 or 42.33% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 229 - color contains mainly: green. Hex color #6DE5CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DE5CB is #921A34. Grayscale: #BEBEBE. Windows color (decimal): -9574965 or 13362541. OLE color: 13362541.

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

Color convert

RGB109229203-
CMYK0.5200.110.10
HSL167º69.77%66.27%-
HSV(B)167º52.4%89.8%-
XYZ45.1163.666.4-
YUV190.16135.2470.11-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.15%
GREEN value IS 229 (89.84% from 255) = 42.33%
BLUE value IS 203 (79.69% from 255) = 37.52%
R=20.15%
G=42.33%
B=37.52%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1092292030.5200.110.1016769.7766.27
Hex6DE5CB340BAa74642
Octal1553453136401312247106102
Binary110110111100101110010111101000101110101010011110001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DE5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,229,203); }

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

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

 a { background-color: rgb(109,229,203); }

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

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

 span { border-color: rgb(109,229,203); }

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