Html Css Color HEX #6FE0BA Downy

📋 copy color: '#6FE0BA'

red 111 ◦ green 224 ◦ blue 186

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

Shades of Downy #6FE0BA

Tints of Downy #6FE0BA

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.99%

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

R = 21.31%
G = 42.99%
B = 35.7%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#6FE0BA (or 0x6FE0BA) is known color: Downy. HEX triplet: 6F, E0 and BA. RGB value is (111,224,186). Sum of RGB (Red+Green+Blue) = 111+224+186=521 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.31% from 521); Green value is 224 (87.89% from 255 or 42.99% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 224 - color contains mainly: green. Hex color #6FE0BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FE0BA is #901F45. Grayscale: #B9B9B9. Windows color (decimal): -9445190 or 12247151. OLE color: 12247151.

HSL color Cylindrical-coordinate representation of color #6FE0BA: hue angle of 159.82º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FE0BA is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 111 224 186 -
CMYK 0.50 0 0.17 0.12
HSL 159.82º 0.65% 0.66% -
HSV(B) 159.82º 0.5% 0.88% -
XYZ 42.07 60.24 55.86 -
YUV 185.88 128.06 74.59 -
System Red Green Blue C M Y K H S L
Decimal 111 224 186 0.50 0 0.17 0.12 159.82 0.65 0.66
Hex 6F E0 BA 32 0 11 C A0 41 42
Octal 157 340 272 62 0 21 14 240 101 102
Binary 1101111 11100000 10111010 110010 0 10001 1100 10100000 1000001 1000010

Color Harmonies of #6FE0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FE0BA

Black with #6FE0BA

Text Example


Text Example

White with #6FE0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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