Html Css Color HEX #6DEDBA Downy

📋 copy color: '#6DEDBA'

red 109 ◦ green 237 ◦ blue 186

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

Shades of Downy #6DEDBA

Tints of Downy #6DEDBA

RGB

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

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

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

R = 20.49%
G = 44.55%
B = 34.96%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#6DEDBA (or 0x6DEDBA) is known color: Downy. HEX triplet: 6D, ED and BA. RGB value is (109,237,186). Sum of RGB (Red+Green+Blue) = 109+237+186=532 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.49% from 532); Green value is 237 (92.97% from 255 or 44.55% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 237 - color contains mainly: green. Hex color #6DEDBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEDBA is #921245. Grayscale: #C0C0C0. Windows color (decimal): -9572934 or 12250477. OLE color: 12250477.

HSL color Cylindrical-coordinate representation of color #6DEDBA: hue angle of 156.09º 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 #6DEDBA is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 109 237 186 -
CMYK 0.54 0 0.22 0.07
HSL 156.09º 0.78% 0.68% -
HSV(B) 156.09º 0.54% 0.93% -
XYZ 45.45 67.36 57.06 -
YUV 192.91 124.09 68.15 -
System Red Green Blue C M Y K H S L
Decimal 109 237 186 0.54 0 0.22 0.07 156.09 0.78 0.68
Hex 6D ED BA 36 0 16 7 9C 4E 44
Octal 155 355 272 66 0 26 7 234 116 104
Binary 1101101 11101101 10111010 110110 0 10110 111 10011100 1001110 1000100

Color Harmonies of #6DEDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DEDBA

Black with #6DEDBA

Text Example


Text Example

White with #6DEDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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