Html Css Color HEX #6EEDC0 Downy

📋 copy color: '#6EEDC0'

red 110 ◦ green 237 ◦ blue 192

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

Shades of Downy #6EEDC0

Tints of Downy #6EEDC0

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.97%

 BLUE value IS 192 (75.39% from 255) = 35.62%

R = 20.41%
G = 43.97%
B = 35.62%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#6EEDC0 (or 0x6EEDC0) is known color: Downy. HEX triplet: 6E, ED and C0. RGB value is (110,237,192). Sum of RGB (Red+Green+Blue) = 110+237+192=539 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.41% from 539); Green value is 237 (92.97% from 255 or 43.97% from 539); Blue value is 192 (75.39% from 255 or 35.62% from 539); Max value from RGB is 237 - color contains mainly: green. Hex color #6EEDC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEDC0 is #91123F. Grayscale: #C1C1C1. Windows color (decimal): -9507392 or 12643694. OLE color: 12643694.

HSL color Cylindrical-coordinate representation of color #6EEDC0: hue angle of 158.74º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EEDC0 is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 110 237 192 -
CMYK 0.54 0 0.19 0.07
HSL 158.74º 0.78% 0.68% -
HSV(B) 158.74º 0.54% 0.93% -
XYZ 46.23 67.69 60.5 -
YUV 193.9 126.92 68.16 -
System Red Green Blue C M Y K H S L
Decimal 110 237 192 0.54 0 0.19 0.07 158.74 0.78 0.68
Hex 6E ED C0 36 0 13 7 9F 4E 44
Octal 156 355 300 66 0 23 7 237 116 104
Binary 1101110 11101101 11000000 110110 0 10011 111 10011111 1001110 1000100

Color Harmonies of #6EEDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EEDC0

Black with #6EEDC0

Text Example


Text Example

White with #6EEDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,237,192); }

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

background-color css

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

 a { background-color: rgb(110,237,192); }

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

border-color css

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

 span { border-color: rgb(110,237,192); }

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