Html Css Color HEX #6EDDB5 Downy

📋 copy color: '#6EDDB5'

red 110 ◦ green 221 ◦ blue 181

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

Shades of Downy #6EDDB5

Tints of Downy #6EDDB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.35%

R = 21.48%
G = 43.16%
B = 35.35%

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

#6EDDB5 (or 0x6EDDB5) is known color: Downy. HEX triplet: 6E, DD and B5. RGB value is (110,221,181). Sum of RGB (Red+Green+Blue) = 110+221+181=512 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.48% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 181 (71.09% from 255 or 35.35% from 512); Max value from RGB is 221 - color contains mainly: green. Hex color #6EDDB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDDB5 is #91224A. Grayscale: #B7B7B7. Windows color (decimal): -9511499 or 11918702. OLE color: 11918702.

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

Color convert

RGB 110 221 181 -
CMYK 0.50 0 0.18 0.13
HSL 158.38º 0.62% 0.65% -
HSV(B) 158.38º 0.5% 0.87% -
XYZ 40.63 58.36 52.84 -
YUV 183.25 126.73 75.75 -
System Red Green Blue C M Y K H S L
Decimal 110 221 181 0.50 0 0.18 0.13 158.38 0.62 0.65
Hex 6E DD B5 32 0 12 D 9E 3E 41
Octal 156 335 265 62 0 22 15 236 76 101
Binary 1101110 11011101 10110101 110010 0 10010 1101 10011110 111110 1000001

Color Harmonies of #6EDDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDDB5

Black with #6EDDB5

Text Example


Text Example

White with #6EDDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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