Html Css Color HEX #6ED7BE Downy

📋 copy color: '#6ED7BE'

red 110 ◦ green 215 ◦ blue 190

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

Shades of Downy #6ED7BE

Tints of Downy #6ED7BE

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.75%

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

R = 21.36%
G = 41.75%
B = 36.89%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#6ED7BE (or 0x6ED7BE) is known color: Downy. HEX triplet: 6E, D7 and BE. RGB value is (110,215,190). Sum of RGB (Red+Green+Blue) = 110+215+190=515 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.36% from 515); Green value is 215 (84.38% from 255 or 41.75% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 215 - color contains mainly: green. Hex color #6ED7BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED7BE is #912841. Grayscale: #B4B4B4. Windows color (decimal): -9513026 or 12506990. OLE color: 12506990.

HSL color Cylindrical-coordinate representation of color #6ED7BE: hue angle of 165.71º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ED7BE is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 110 215 190 -
CMYK 0.49 0 0.12 0.16
HSL 165.71º 0.57% 0.64% -
HSV(B) 165.71º 0.49% 0.84% -
XYZ 40.03 55.63 57.34 -
YUV 180.76 133.21 77.53 -
System Red Green Blue C M Y K H S L
Decimal 110 215 190 0.49 0 0.12 0.16 165.71 0.57 0.64
Hex 6E D7 BE 31 0 C 10 A6 39 40
Octal 156 327 276 61 0 14 20 246 71 100
Binary 1101110 11010111 10111110 110001 0 1100 10000 10100110 111001 1000000

Color Harmonies of #6ED7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED7BE

Black with #6ED7BE

Text Example


Text Example

White with #6ED7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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