Html Css Color HEX #6ED8BC Downy

📋 copy color: '#6ED8BC'

red 110 ◦ green 216 ◦ blue 188

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

Shades of Downy #6ED8BC

Tints of Downy #6ED8BC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.02%

 BLUE value IS 188 (73.83% from 255) = 36.58%

R = 21.4%
G = 42.02%
B = 36.58%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#6ED8BC (or 0x6ED8BC) is known color: Downy. HEX triplet: 6E, D8 and BC. RGB value is (110,216,188). Sum of RGB (Red+Green+Blue) = 110+216+188=514 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.40% from 514); Green value is 216 (84.77% from 255 or 42.02% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 216 - color contains mainly: green. Hex color #6ED8BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED8BC is #912743. Grayscale: #B5B5B5. Windows color (decimal): -9512772 or 12376174. OLE color: 12376174.

HSL color Cylindrical-coordinate representation of color #6ED8BC: hue angle of 164.15º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ED8BC is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 110 216 188 -
CMYK 0.49 0 0.13 0.15
HSL 164.15º 0.58% 0.64% -
HSV(B) 164.15º 0.49% 0.85% -
XYZ 40.06 56.06 56.29 -
YUV 181.11 131.88 77.28 -
System Red Green Blue C M Y K H S L
Decimal 110 216 188 0.49 0 0.13 0.15 164.15 0.58 0.64
Hex 6E D8 BC 31 0 D F A4 3A 40
Octal 156 330 274 61 0 15 17 244 72 100
Binary 1101110 11011000 10111100 110001 0 1101 1111 10100100 111010 1000000

Color Harmonies of #6ED8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED8BC

Black with #6ED8BC

Text Example


Text Example

White with #6ED8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,216,188); }

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

background-color css

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

 a { background-color: rgb(110,216,188); }

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

border-color css

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

 span { border-color: rgb(110,216,188); }

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