Html Css Color HEX #6FDDBA Downy

📋 copy color: '#6FDDBA'

red 111 ◦ green 221 ◦ blue 186

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

Shades of Downy #6FDDBA

Tints of Downy #6FDDBA

RGB

 RED value IS 111 (43.75% from 255) = 21.43%

 GREEN value IS 221 (86.72% from 255) = 42.66%

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

R = 21.43%
G = 42.66%
B = 35.91%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#6FDDBA (or 0x6FDDBA) is known color: Downy. HEX triplet: 6F, DD and BA. RGB value is (111,221,186). Sum of RGB (Red+Green+Blue) = 111+221+186=518 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.43% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 221 - color contains mainly: green. Hex color #6FDDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDDBA is #902245. Grayscale: #B8B8B8. Windows color (decimal): -9445958 or 12246383. OLE color: 12246383.

HSL color Cylindrical-coordinate representation of color #6FDDBA: hue angle of 160.91º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FDDBA is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 111 221 186 -
CMYK 0.50 0 0.16 0.13
HSL 160.91º 0.62% 0.65% -
HSV(B) 160.91º 0.5% 0.87% -
XYZ 41.27 58.64 55.6 -
YUV 184.12 129.06 75.85 -
System Red Green Blue C M Y K H S L
Decimal 111 221 186 0.50 0 0.16 0.13 160.91 0.62 0.65
Hex 6F DD BA 32 0 10 D A1 3E 41
Octal 157 335 272 62 0 20 15 241 76 101
Binary 1101111 11011101 10111010 110010 0 10000 1101 10100001 111110 1000001

Color Harmonies of #6FDDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDDBA

Black with #6FDDBA

Text Example


Text Example

White with #6FDDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,221,186); }

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

background-color css

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

 a { background-color: rgb(111,221,186); }

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

border-color css

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

 span { border-color: rgb(111,221,186); }

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