Html Css Color HEX #6EEFBA Downy

📋 copy color: '#6EEFBA'

red 110 ◦ green 239 ◦ blue 186

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

Shades of Downy #6EEFBA

Tints of Downy #6EEFBA

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.67%

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

R = 20.56%
G = 44.67%
B = 34.77%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#6EEFBA (or 0x6EEFBA) is known color: Downy. HEX triplet: 6E, EF and BA. RGB value is (110,239,186). Sum of RGB (Red+Green+Blue) = 110+239+186=535 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.56% from 535); Green value is 239 (93.75% from 255 or 44.67% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 239 - color contains mainly: green. Hex color #6EEFBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEFBA is #911045. Grayscale: #C2C2C2. Windows color (decimal): -9506886 or 12250990. OLE color: 12250990.

HSL color Cylindrical-coordinate representation of color #6EEFBA: hue angle of 155.35º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EEFBA is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 110 239 186 -
CMYK 0.54 0 0.22 0.06
HSL 155.35º 0.8% 0.68% -
HSV(B) 155.35º 0.54% 0.94% -
XYZ 46.16 68.59 57.26 -
YUV 194.39 123.26 67.81 -
System Red Green Blue C M Y K H S L
Decimal 110 239 186 0.54 0 0.22 0.06 155.35 0.8 0.68
Hex 6E EF BA 36 0 16 6 9B 50 44
Octal 156 357 272 66 0 26 6 233 120 104
Binary 1101110 11101111 10111010 110110 0 10110 110 10011011 1010000 1000100

Color Harmonies of #6EEFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EEFBA

Black with #6EEFBA

Text Example


Text Example

White with #6EEFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,239,186); }

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

background-color css

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

 a { background-color: rgb(110,239,186); }

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

border-color css

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

 span { border-color: rgb(110,239,186); }

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