Html Css Color HEX #6EDDBD Downy

📋 copy color: '#6EDDBD'

red 110 ◦ green 221 ◦ blue 189

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

Shades of Downy #6EDDBD

Tints of Downy #6EDDBD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.5%

 BLUE value IS 189 (74.22% from 255) = 36.35%

R = 21.15%
G = 42.5%
B = 36.35%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#6EDDBD (or 0x6EDDBD) is known color: Downy. HEX triplet: 6E, DD and BD. RGB value is (110,221,189). Sum of RGB (Red+Green+Blue) = 110+221+189=520 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.15% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 221 - color contains mainly: green. Hex color #6EDDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDDBD is #912242. Grayscale: #B8B8B8. Windows color (decimal): -9511491 or 12442990. OLE color: 12442990.

HSL color Cylindrical-coordinate representation of color #6EDDBD: hue angle of 162.7º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDDBD is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 110 221 189 -
CMYK 0.50 0 0.14 0.13
HSL 162.7º 0.62% 0.65% -
HSV(B) 162.7º 0.5% 0.87% -
XYZ 41.47 58.7 57.29 -
YUV 184.16 130.73 75.1 -
System Red Green Blue C M Y K H S L
Decimal 110 221 189 0.50 0 0.14 0.13 162.7 0.62 0.65
Hex 6E DD BD 32 0 E D A3 3E 41
Octal 156 335 275 62 0 16 15 243 76 101
Binary 1101110 11011101 10111101 110010 0 1110 1101 10100011 111110 1000001

Color Harmonies of #6EDDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDDBD

Black with #6EDDBD

Text Example


Text Example

White with #6EDDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,221,189); }

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

background-color css

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

 a { background-color: rgb(110,221,189); }

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

border-color css

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

 span { border-color: rgb(110,221,189); }

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