Html Css Color HEX #6DE9BA Downy

📋 copy color: '#6DE9BA'

red 109 ◦ green 233 ◦ blue 186

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

Shades of Downy #6DE9BA

Tints of Downy #6DE9BA

RGB

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

 GREEN value IS 233 (91.41% from 255) = 44.13%

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

R = 20.64%
G = 44.13%
B = 35.23%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#6DE9BA (or 0x6DE9BA) is known color: Downy. HEX triplet: 6D, E9 and BA. RGB value is (109,233,186). Sum of RGB (Red+Green+Blue) = 109+233+186=528 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.64% from 528); Green value is 233 (91.41% from 255 or 44.13% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 233 - color contains mainly: green. Hex color #6DE9BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DE9BA is #921645. Grayscale: #BEBEBE. Windows color (decimal): -9573958 or 12249453. OLE color: 12249453.

HSL color Cylindrical-coordinate representation of color #6DE9BA: hue angle of 157.26º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DE9BA is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB 109 233 186 -
CMYK 0.53 0 0.20 0.09
HSL 157.26º 0.74% 0.67% -
HSV(B) 157.26º 0.53% 0.91% -
XYZ 44.31 65.07 56.68 -
YUV 190.57 125.42 69.82 -
System Red Green Blue C M Y K H S L
Decimal 109 233 186 0.53 0 0.20 0.09 157.26 0.74 0.67
Hex 6D E9 BA 35 0 14 9 9D 4A 43
Octal 155 351 272 65 0 24 11 235 112 103
Binary 1101101 11101001 10111010 110101 0 10100 1001 10011101 1001010 1000011

Color Harmonies of #6DE9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DE9BA

Black with #6DE9BA

Text Example


Text Example

White with #6DE9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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