Html Css Color HEX #6EDDB6 Downy

📋 copy color: '#6EDDB6'

red 110 ◦ green 221 ◦ blue 182

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

Shades of Downy #6EDDB6

Tints of Downy #6EDDB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 35.48%

R = 21.44%
G = 43.08%
B = 35.48%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#6EDDB6 (or 0x6EDDB6) is known color: Downy. HEX triplet: 6E, DD and B6. RGB value is (110,221,182). Sum of RGB (Red+Green+Blue) = 110+221+182=513 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.44% from 513); Green value is 221 (86.72% from 255 or 43.08% from 513); Blue value is 182 (71.48% from 255 or 35.48% from 513); Max value from RGB is 221 - color contains mainly: green. Hex color #6EDDB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDDB6 is #912249. Grayscale: #B7B7B7. Windows color (decimal): -9511498 or 11984238. OLE color: 11984238.

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

Color convert

RGB 110 221 182 -
CMYK 0.50 0 0.18 0.13
HSL 158.92º 0.62% 0.65% -
HSV(B) 158.92º 0.5% 0.87% -
XYZ 40.73 58.41 53.38 -
YUV 183.37 127.23 75.67 -
System Red Green Blue C M Y K H S L
Decimal 110 221 182 0.50 0 0.18 0.13 158.92 0.62 0.65
Hex 6E DD B6 32 0 12 D 9F 3E 41
Octal 156 335 266 62 0 22 15 237 76 101
Binary 1101110 11011101 10110110 110010 0 10010 1101 10011111 111110 1000001

Color Harmonies of #6EDDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDDB6

Black with #6EDDB6

Text Example


Text Example

White with #6EDDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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