Html Css Color HEX #6EEAC0 Downy

📋 copy color: '#6EEAC0'

red 110 ◦ green 234 ◦ blue 192

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

Shades of Downy #6EEAC0

Tints of Downy #6EEAC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.82%

R = 20.52%
G = 43.66%
B = 35.82%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#6EEAC0 (or 0x6EEAC0) is known color: Downy. HEX triplet: 6E, EA and C0. RGB value is (110,234,192). Sum of RGB (Red+Green+Blue) = 110+234+192=536 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.52% from 536); Green value is 234 (91.80% from 255 or 43.66% from 536); Blue value is 192 (75.39% from 255 or 35.82% from 536); Max value from RGB is 234 - color contains mainly: green. Hex color #6EEAC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEAC0 is #91153F. Grayscale: #C0C0C0. Windows color (decimal): -9508160 or 12642926. OLE color: 12642926.

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

Color convert

RGB 110 234 192 -
CMYK 0.53 0 0.18 0.08
HSL 159.68º 0.75% 0.67% -
HSV(B) 159.68º 0.53% 0.92% -
XYZ 45.37 65.97 60.21 -
YUV 192.14 127.92 69.42 -
System Red Green Blue C M Y K H S L
Decimal 110 234 192 0.53 0 0.18 0.08 159.68 0.75 0.67
Hex 6E EA C0 35 0 12 8 A0 4B 43
Octal 156 352 300 65 0 22 10 240 113 103
Binary 1101110 11101010 11000000 110101 0 10010 1000 10100000 1001011 1000011

Color Harmonies of #6EEAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EEAC0

Black with #6EEAC0

Text Example


Text Example

White with #6EEAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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