Html Css Color HEX #6EDFBF Downy

📋 copy color: '#6EDFBF'

red 110 ◦ green 223 ◦ blue 191

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

Shades of Downy #6EDFBF

Tints of Downy #6EDFBF

RGB

 RED value IS 110 (43.36% from 255) = 20.99%

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

 BLUE value IS 191 (75% from 255) = 36.45%

R = 20.99%
G = 42.56%
B = 36.45%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#6EDFBF (or 0x6EDFBF) is known color: Downy. HEX triplet: 6E, DF and BF. RGB value is (110,223,191). Sum of RGB (Red+Green+Blue) = 110+223+191=524 (69% of max value = 765). Red value is 110 (43.36% from 255 or 20.99% from 524); Green value is 223 (87.5% from 255 or 42.56% from 524); Blue value is 191 (75% from 255 or 36.45% from 524); Max value from RGB is 223 - color contains mainly: green. Hex color #6EDFBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDFBF is #912040. Grayscale: #B9B9B9. Windows color (decimal): -9510977 or 12574574. OLE color: 12574574.

HSL color Cylindrical-coordinate representation of color #6EDFBF: hue angle of 163.01º 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 #6EDFBF is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 110 223 191 -
CMYK 0.51 0 0.14 0.13
HSL 163.01º 0.64% 0.65% -
HSV(B) 163.01º 0.51% 0.87% -
XYZ 42.22 59.85 58.62 -
YUV 185.57 131.06 74.1 -
System Red Green Blue C M Y K H S L
Decimal 110 223 191 0.51 0 0.14 0.13 163.01 0.64 0.65
Hex 6E DF BF 33 0 E D A3 40 41
Octal 156 337 277 63 0 16 15 243 100 101
Binary 1101110 11011111 10111111 110011 0 1110 1101 10100011 1000000 1000001

Color Harmonies of #6EDFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDFBF

Black with #6EDFBF

Text Example


Text Example

White with #6EDFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,223,191); }

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

background-color css

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

 a { background-color: rgb(110,223,191); }

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

border-color css

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

 span { border-color: rgb(110,223,191); }

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