Html Css Color HEX #6EDDBF Downy

📋 copy color: '#6EDDBF'

red 110 ◦ green 221 ◦ blue 191

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

Shades of Downy #6EDDBF

Tints of Downy #6EDDBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.59%

R = 21.07%
G = 42.34%
B = 36.59%

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

#6EDDBF (or 0x6EDDBF) is known color: Downy. HEX triplet: 6E, DD and BF. RGB value is (110,221,191). Sum of RGB (Red+Green+Blue) = 110+221+191=522 (69% of max value = 765). Red value is 110 (43.36% from 255 or 21.07% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 191 (75% from 255 or 36.59% from 522); Max value from RGB is 221 - color contains mainly: green. Hex color #6EDDBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDDBF is #912240. Grayscale: #B8B8B8. Windows color (decimal): -9511489 or 12574062. OLE color: 12574062.

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

Color convert

RGB 110 221 191 -
CMYK 0.50 0 0.14 0.13
HSL 163.78º 0.62% 0.65% -
HSV(B) 163.78º 0.5% 0.87% -
XYZ 41.69 58.79 58.44 -
YUV 184.39 131.73 74.94 -
System Red Green Blue C M Y K H S L
Decimal 110 221 191 0.50 0 0.14 0.13 163.78 0.62 0.65
Hex 6E DD BF 32 0 E D A4 3E 41
Octal 156 335 277 62 0 16 15 244 76 101
Binary 1101110 11011101 10111111 110010 0 1110 1101 10100100 111110 1000001

Color Harmonies of #6EDDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDDBF

Black with #6EDDBF

Text Example


Text Example

White with #6EDDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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