Html Css Color HEX #6DDCBA Downy

📋 copy color: '#6DDCBA'

red 109 ◦ green 220 ◦ blue 186

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

Shades of Downy #6DDCBA

Tints of Downy #6DDCBA

RGB

 RED value IS 109 (42.97% from 255) = 21.17%

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

 BLUE value IS 186 (73.05% from 255) = 36.12%

R = 21.17%
G = 42.72%
B = 36.12%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#6DDCBA (or 0x6DDCBA) is known color: Downy. HEX triplet: 6D, DC and BA. RGB value is (109,220,186). Sum of RGB (Red+Green+Blue) = 109+220+186=515 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.17% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 220 - color contains mainly: green. Hex color #6DDCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDCBA is #922345. Grayscale: #B6B6B6. Windows color (decimal): -9577286 or 12246125. OLE color: 12246125.

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

Color convert

RGB 109 220 186 -
CMYK 0.50 0 0.15 0.14
HSL 161.62º 0.61% 0.65% -
HSV(B) 161.62º 0.5% 0.86% -
XYZ 40.76 57.98 55.5 -
YUV 182.94 129.73 75.26 -
System Red Green Blue C M Y K H S L
Decimal 109 220 186 0.50 0 0.15 0.14 161.62 0.61 0.65
Hex 6D DC BA 32 0 F E A2 3D 41
Octal 155 334 272 62 0 17 16 242 75 101
Binary 1101101 11011100 10111010 110010 0 1111 1110 10100010 111101 1000001

Color Harmonies of #6DDCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DDCBA

Black with #6DDCBA

Text Example


Text Example

White with #6DDCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,220,186); }

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

background-color css

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

 a { background-color: rgb(109,220,186); }

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

border-color css

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

 span { border-color: rgb(109,220,186); }

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