Html Css Color HEX #6EDEBE Downy

📋 copy color: '#6EDEBE'

red 110 ◦ green 222 ◦ blue 190

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

Shades of Downy #6EDEBE

Tints of Downy #6EDEBE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.53%

 BLUE value IS 190 (74.61% from 255) = 36.4%

R = 21.07%
G = 42.53%
B = 36.4%

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

#6EDEBE (or 0x6EDEBE) is known color: Downy. HEX triplet: 6E, DE and BE. RGB value is (110,222,190). Sum of RGB (Red+Green+Blue) = 110+222+190=522 (69% of max value = 765). Red value is 110 (43.36% from 255 or 21.07% from 522); Green value is 222 (87.11% from 255 or 42.53% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 222 - color contains mainly: green. Hex color #6EDEBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDEBE is #912141. Grayscale: #B8B8B8. Windows color (decimal): -9511234 or 12508782. OLE color: 12508782.

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

Color convert

RGB 110 222 190 -
CMYK 0.50 0 0.14 0.13
HSL 162.86º 0.63% 0.65% -
HSV(B) 162.86º 0.5% 0.87% -
XYZ 41.85 59.28 57.95 -
YUV 184.86 130.89 74.6 -
System Red Green Blue C M Y K H S L
Decimal 110 222 190 0.50 0 0.14 0.13 162.86 0.63 0.65
Hex 6E DE BE 32 0 E D A3 3F 41
Octal 156 336 276 62 0 16 15 243 77 101
Binary 1101110 11011110 10111110 110010 0 1110 1101 10100011 111111 1000001

Color Harmonies of #6EDEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDEBE

Black with #6EDEBE

Text Example


Text Example

White with #6EDEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,222,190); }

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

background-color css

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

 a { background-color: rgb(110,222,190); }

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

border-color css

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

 span { border-color: rgb(110,222,190); }

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