Html Css Color HEX #6DDFBA Downy

📋 copy color: '#6DDFBA'

red 109 ◦ green 223 ◦ blue 186

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

Shades of Downy #6DDFBA

Tints of Downy #6DDFBA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.05%

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

R = 21.04%
G = 43.05%
B = 35.91%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#6DDFBA (or 0x6DDFBA) is known color: Downy. HEX triplet: 6D, DF and BA. RGB value is (109,223,186). Sum of RGB (Red+Green+Blue) = 109+223+186=518 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.04% from 518); Green value is 223 (87.5% from 255 or 43.05% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 223 - color contains mainly: green. Hex color #6DDFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDFBA is #922045. Grayscale: #B8B8B8. Windows color (decimal): -9576518 or 12246893. OLE color: 12246893.

HSL color Cylindrical-coordinate representation of color #6DDFBA: hue angle of 160.53º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DDFBA is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 109 223 186 -
CMYK 0.51 0 0.17 0.13
HSL 160.53º 0.64% 0.65% -
HSV(B) 160.53º 0.51% 0.87% -
XYZ 41.56 59.57 55.76 -
YUV 184.7 128.73 74.01 -
System Red Green Blue C M Y K H S L
Decimal 109 223 186 0.51 0 0.17 0.13 160.53 0.64 0.65
Hex 6D DF BA 33 0 11 D A1 40 41
Octal 155 337 272 63 0 21 15 241 100 101
Binary 1101101 11011111 10111010 110011 0 10001 1101 10100001 1000000 1000001

Color Harmonies of #6DDFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DDFBA

Black with #6DDFBA

Text Example


Text Example

White with #6DDFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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