Html Css Color HEX #6EEABC Downy

📋 copy color: '#6EEABC'

red 110 ◦ green 234 ◦ blue 188

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

Shades of Downy #6EEABC

Tints of Downy #6EEABC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 43.98%

 BLUE value IS 188 (73.83% from 255) = 35.34%

R = 20.68%
G = 43.98%
B = 35.34%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#6EEABC (or 0x6EEABC) is known color: Downy. HEX triplet: 6E, EA and BC. RGB value is (110,234,188). Sum of RGB (Red+Green+Blue) = 110+234+188=532 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.68% from 532); Green value is 234 (91.80% from 255 or 43.98% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 234 - color contains mainly: green. Hex color #6EEABC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEABC is #911543. Grayscale: #BFBFBF. Windows color (decimal): -9508164 or 12380782. OLE color: 12380782.

HSL color Cylindrical-coordinate representation of color #6EEABC: hue angle of 157.74º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EEABC is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 110 234 188 -
CMYK 0.53 0 0.20 0.08
HSL 157.74º 0.75% 0.67% -
HSV(B) 157.74º 0.53% 0.92% -
XYZ 44.93 65.79 57.91 -
YUV 191.68 125.92 69.74 -
System Red Green Blue C M Y K H S L
Decimal 110 234 188 0.53 0 0.20 0.08 157.74 0.75 0.67
Hex 6E EA BC 35 0 14 8 9E 4B 43
Octal 156 352 274 65 0 24 10 236 113 103
Binary 1101110 11101010 10111100 110101 0 10100 1000 10011110 1001011 1000011

Color Harmonies of #6EEABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EEABC

Black with #6EEABC

Text Example


Text Example

White with #6EEABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,234,188); }

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

background-color css

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

 a { background-color: rgb(110,234,188); }

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

border-color css

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

 span { border-color: rgb(110,234,188); }

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