Html Css Color HEX #6ED3BA Downy

📋 copy color: '#6ED3BA'

red 110 ◦ green 211 ◦ blue 186

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

Shades of Downy #6ED3BA

Tints of Downy #6ED3BA

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.62%

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

R = 21.7%
G = 41.62%
B = 36.69%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#6ED3BA (or 0x6ED3BA) is known color: Downy. HEX triplet: 6E, D3 and BA. RGB value is (110,211,186). Sum of RGB (Red+Green+Blue) = 110+211+186=507 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.70% from 507); Green value is 211 (82.81% from 255 or 41.62% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 211 - color contains mainly: green. Hex color #6ED3BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED3BA is #912C45. Grayscale: #B1B1B1. Windows color (decimal): -9514054 or 12243822. OLE color: 12243822.

HSL color Cylindrical-coordinate representation of color #6ED3BA: hue angle of 165.15º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ED3BA is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 110 211 186 -
CMYK 0.48 0 0.12 0.17
HSL 165.15º 0.53% 0.63% -
HSV(B) 165.15º 0.48% 0.83% -
XYZ 38.59 53.45 54.74 -
YUV 177.95 132.54 79.53 -
System Red Green Blue C M Y K H S L
Decimal 110 211 186 0.48 0 0.12 0.17 165.15 0.53 0.63
Hex 6E D3 BA 30 0 C 11 A5 35 3F
Octal 156 323 272 60 0 14 21 245 65 77
Binary 1101110 11010011 10111010 110000 0 1100 10001 10100101 110101 111111

Color Harmonies of #6ED3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED3BA

Black with #6ED3BA

Text Example


Text Example

White with #6ED3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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