Html Css Color HEX #6EDCB8 Downy

📋 copy color: '#6EDCB8'

red 110 ◦ green 220 ◦ blue 184

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

Shades of Downy #6EDCB8

Tints of Downy #6EDCB8

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.8%

 BLUE value IS 184 (72.27% from 255) = 35.8%

R = 21.4%
G = 42.8%
B = 35.8%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#6EDCB8 (or 0x6EDCB8) is known color: Downy. HEX triplet: 6E, DC and B8. RGB value is (110,220,184). Sum of RGB (Red+Green+Blue) = 110+220+184=514 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.40% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 184 (72.27% from 255 or 35.80% from 514); Max value from RGB is 220 - color contains mainly: green. Hex color #6EDCB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDCB8 is #912347. Grayscale: #B7B7B7. Windows color (decimal): -9511752 or 12115054. OLE color: 12115054.

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

Color convert

RGB 110 220 184 -
CMYK 0.50 0 0.16 0.14
HSL 160.36º 0.61% 0.65% -
HSV(B) 160.36º 0.5% 0.86% -
XYZ 40.68 57.96 54.39 -
YUV 183.01 128.56 75.93 -
System Red Green Blue C M Y K H S L
Decimal 110 220 184 0.50 0 0.16 0.14 160.36 0.61 0.65
Hex 6E DC B8 32 0 10 E A0 3D 41
Octal 156 334 270 62 0 20 16 240 75 101
Binary 1101110 11011100 10111000 110010 0 10000 1110 10100000 111101 1000001

Color Harmonies of #6EDCB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDCB8

Black with #6EDCB8

Text Example


Text Example

White with #6EDCB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,220,184); }

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

background-color css

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

 a { background-color: rgb(110,220,184); }

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

border-color css

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

 span { border-color: rgb(110,220,184); }

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