Html Css Color HEX #6DF0BA Downy

📋 copy color: '#6DF0BA'

red 109 ◦ green 240 ◦ blue 186

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

Shades of Downy #6DF0BA

Tints of Downy #6DF0BA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.86%

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

R = 20.37%
G = 44.86%
B = 34.77%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#6DF0BA (or 0x6DF0BA) is known color: Downy. HEX triplet: 6D, F0 and BA. RGB value is (109,240,186). Sum of RGB (Red+Green+Blue) = 109+240+186=535 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.37% from 535); Green value is 240 (94.14% from 255 or 44.86% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 240 - color contains mainly: green. Hex color #6DF0BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DF0BA is #920F45. Grayscale: #C2C2C2. Windows color (decimal): -9572166 or 12251245. OLE color: 12251245.

HSL color Cylindrical-coordinate representation of color #6DF0BA: hue angle of 155.27º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DF0BA is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 109 240 186 -
CMYK 0.55 0 0.22 0.06
HSL 155.27º 0.81% 0.68% -
HSV(B) 155.27º 0.55% 0.94% -
XYZ 46.33 69.12 57.35 -
YUV 194.68 123.1 66.89 -
System Red Green Blue C M Y K H S L
Decimal 109 240 186 0.55 0 0.22 0.06 155.27 0.81 0.68
Hex 6D F0 BA 37 0 16 6 9B 51 44
Octal 155 360 272 67 0 26 6 233 121 104
Binary 1101101 11110000 10111010 110111 0 10110 110 10011011 1010001 1000100

Color Harmonies of #6DF0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DF0BA

Black with #6DF0BA

Text Example


Text Example

White with #6DF0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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