Html Css Color HEX #6EE5BF Downy

📋 copy color: '#6EE5BF'

red 110 ◦ green 229 ◦ blue 191

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

Shades of Downy #6EE5BF

Tints of Downy #6EE5BF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 43.21%

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

R = 20.75%
G = 43.21%
B = 36.04%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#6EE5BF (or 0x6EE5BF) is known color: Downy. HEX triplet: 6E, E5 and BF. RGB value is (110,229,191). Sum of RGB (Red+Green+Blue) = 110+229+191=530 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.75% from 530); Green value is 229 (89.84% from 255 or 43.21% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 229 - color contains mainly: green. Hex color #6EE5BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EE5BF is #911A40. Grayscale: #BDBDBD. Windows color (decimal): -9509441 or 12576110. OLE color: 12576110.

HSL color Cylindrical-coordinate representation of color #6EE5BF: hue angle of 160.84º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6EE5BF is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 110 229 191 -
CMYK 0.52 0 0.17 0.10
HSL 160.84º 0.7% 0.66% -
HSV(B) 160.84º 0.52% 0.9% -
XYZ 43.85 63.12 59.16 -
YUV 189.09 129.08 71.59 -
System Red Green Blue C M Y K H S L
Decimal 110 229 191 0.52 0 0.17 0.10 160.84 0.7 0.66
Hex 6E E5 BF 34 0 11 A A1 46 42
Octal 156 345 277 64 0 21 12 241 106 102
Binary 1101110 11100101 10111111 110100 0 10001 1010 10100001 1000110 1000010

Color Harmonies of #6EE5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EE5BF

Black with #6EE5BF

Text Example


Text Example

White with #6EE5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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