Html Css Color HEX #6EDCBA Downy

📋 copy color: '#6EDCBA'

red 110 ◦ green 220 ◦ blue 186

#6EDCBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Downy #6EDCBA

Tints of Downy #6EDCBA

RGB

 RED value IS 110 (43.36% from 255) = 21.32%

 GREEN value IS 220 (86.33% from 255) = 42.64%

 BLUE value IS 186 (73.05% from 255) = 36.05%

R = 21.32%
G = 42.64%
B = 36.05%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#6EDCBA (or 0x6EDCBA) is known color: Downy. HEX triplet: 6E, DC and BA. RGB value is (110,220,186). Sum of RGB (Red+Green+Blue) = 110+220+186=516 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.32% from 516); Green value is 220 (86.33% from 255 or 42.64% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 220 - color contains mainly: green. Hex color #6EDCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDCBA is #912345. Grayscale: #B7B7B7. Windows color (decimal): -9511750 or 12246126. OLE color: 12246126.

HSL color Cylindrical-coordinate representation of color #6EDCBA: hue angle of 161.45º 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 #6EDCBA is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 110 220 186 -
CMYK 0.50 0 0.15 0.14
HSL 161.45º 0.61% 0.65% -
HSV(B) 161.45º 0.5% 0.86% -
XYZ 40.89 58.05 55.5 -
YUV 183.23 129.56 75.76 -
System Red Green Blue C M Y K H S L
Decimal 110 220 186 0.50 0 0.15 0.14 161.45 0.61 0.65
Hex 6E DC BA 32 0 F E A1 3D 41
Octal 156 334 272 62 0 17 16 241 75 101
Binary 1101110 11011100 10111010 110010 0 1111 1110 10100001 111101 1000001

Color Harmonies of #6EDCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDCBA

Black with #6EDCBA

Text Example


Text Example

White with #6EDCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,220,186); }

 H1.HeaderClassName
 {
   color: #6EDCBA;
 }
 .AnyTagClassName
 {
   color: #6EDCBA;
 }
</style>

background-color css

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

 a { background-color: rgb(110,220,186); }

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

border-color css

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

 span { border-color: rgb(110,220,186); }

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