Html Css Color HEX #6EDABB Downy

📋 copy color: '#6EDABB'

red 110 ◦ green 218 ◦ blue 187

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

Shades of Downy #6EDABB

Tints of Downy #6EDABB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.33%

 BLUE value IS 187 (73.44% from 255) = 36.31%

R = 21.36%
G = 42.33%
B = 36.31%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#6EDABB (or 0x6EDABB) is known color: Downy. HEX triplet: 6E, DA and BB. RGB value is (110,218,187). Sum of RGB (Red+Green+Blue) = 110+218+187=515 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.36% from 515); Green value is 218 (85.55% from 255 or 42.33% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 218 - color contains mainly: green. Hex color #6EDABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDABB is #912544. Grayscale: #B6B6B6. Windows color (decimal): -9512261 or 12311150. OLE color: 12311150.

HSL color Cylindrical-coordinate representation of color #6EDABB: hue angle of 162.78º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDABB is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 110 218 187 -
CMYK 0.50 0 0.14 0.15
HSL 162.78º 0.59% 0.64% -
HSV(B) 162.78º 0.5% 0.85% -
XYZ 40.47 57.05 55.89 -
YUV 182.17 130.72 76.52 -
System Red Green Blue C M Y K H S L
Decimal 110 218 187 0.50 0 0.14 0.15 162.78 0.59 0.64
Hex 6E DA BB 32 0 E F A3 3B 40
Octal 156 332 273 62 0 16 17 243 73 100
Binary 1101110 11011010 10111011 110010 0 1110 1111 10100011 111011 1000000

Color Harmonies of #6EDABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDABB

Black with #6EDABB

Text Example


Text Example

White with #6EDABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,218,187); }

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

background-color css

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

 a { background-color: rgb(110,218,187); }

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

border-color css

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

 span { border-color: rgb(110,218,187); }

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