Html Css Color HEX #6EEAC2 Downy

📋 copy color: '#6EEAC2'

red 110 ◦ green 234 ◦ blue 194

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

Shades of Downy #6EEAC2

Tints of Downy #6EEAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.06%

R = 20.45%
G = 43.49%
B = 36.06%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#6EEAC2 (or 0x6EEAC2) is known color: Downy. HEX triplet: 6E, EA and C2. RGB value is (110,234,194). Sum of RGB (Red+Green+Blue) = 110+234+194=538 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.45% from 538); Green value is 234 (91.80% from 255 or 43.49% from 538); Blue value is 194 (76.17% from 255 or 36.06% from 538); Max value from RGB is 234 - color contains mainly: green. Hex color #6EEAC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEAC2 is #91153D. Grayscale: #C0C0C0. Windows color (decimal): -9508158 or 12773998. OLE color: 12773998.

HSL color Cylindrical-coordinate representation of color #6EEAC2: hue angle of 160.65º 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 #6EEAC2 is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 110 234 194 -
CMYK 0.53 0 0.17 0.08
HSL 160.65º 0.75% 0.67% -
HSV(B) 160.65º 0.53% 0.92% -
XYZ 45.59 66.06 61.39 -
YUV 192.36 128.92 69.25 -
System Red Green Blue C M Y K H S L
Decimal 110 234 194 0.53 0 0.17 0.08 160.65 0.75 0.67
Hex 6E EA C2 35 0 11 8 A1 4B 43
Octal 156 352 302 65 0 21 10 241 113 103
Binary 1101110 11101010 11000010 110101 0 10001 1000 10100001 1001011 1000011

Color Harmonies of #6EEAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EEAC2

Black with #6EEAC2

Text Example


Text Example

White with #6EEAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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