Html Css Color HEX #6DDABA Downy

📋 copy color: '#6DDABA'

red 109 ◦ green 218 ◦ blue 186

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

Shades of Downy #6DDABA

Tints of Downy #6DDABA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.5%

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

R = 21.25%
G = 42.5%
B = 36.26%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#6DDABA (or 0x6DDABA) is known color: Downy. HEX triplet: 6D, DA and BA. RGB value is (109,218,186). Sum of RGB (Red+Green+Blue) = 109+218+186=513 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.25% from 513); Green value is 218 (85.55% from 255 or 42.50% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 218 - color contains mainly: green. Hex color #6DDABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDABA is #922545. Grayscale: #B5B5B5. Windows color (decimal): -9577798 or 12245613. OLE color: 12245613.

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

Color convert

RGB 109 218 186 -
CMYK 0.5 0 0.15 0.15
HSL 162.39º 0.6% 0.64% -
HSV(B) 162.39º 0.5% 0.85% -
XYZ 40.24 56.94 55.32 -
YUV 181.76 130.39 76.1 -
System Red Green Blue C M Y K H S L
Decimal 109 218 186 0.5 0 0.15 0.15 162.39 0.6 0.64
Hex 6D DA BA 32 0 F F A2 3C 40
Octal 155 332 272 62 0 17 17 242 74 100
Binary 1101101 11011010 10111010 110010 0 1111 1111 10100010 111100 1000000

Color Harmonies of #6DDABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DDABA

Black with #6DDABA

Text Example


Text Example

White with #6DDABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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