Html Css Color HEX #6EEACE Downy

📋 copy color: '#6EEACE'

red 110 ◦ green 234 ◦ blue 206

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

Shades of Downy #6EEACE

Tints of Downy #6EEACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.45%

R = 20%
G = 42.55%
B = 37.45%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#6EEACE (or 0x6EEACE) is known color: Downy. HEX triplet: 6E, EA and CE. RGB value is (110,234,206). Sum of RGB (Red+Green+Blue) = 110+234+206=550 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20% from 550); Green value is 234 (91.80% from 255 or 42.55% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 234 - color contains mainly: green. Hex color #6EEACE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEACE is #911531. Grayscale: #C1C1C1. Windows color (decimal): -9508146 or 13560430. OLE color: 13560430.

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

Color convert

RGB 110 234 206 -
CMYK 0.53 0 0.12 0.08
HSL 166.45º 0.75% 0.67% -
HSV(B) 166.45º 0.53% 0.92% -
XYZ 46.99 66.62 68.77 -
YUV 193.73 134.92 68.28 -
System Red Green Blue C M Y K H S L
Decimal 110 234 206 0.53 0 0.12 0.08 166.45 0.75 0.67
Hex 6E EA CE 35 0 C 8 A6 4B 43
Octal 156 352 316 65 0 14 10 246 113 103
Binary 1101110 11101010 11001110 110101 0 1100 1000 10100110 1001011 1000011

Color Harmonies of #6EEACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EEACE

Black with #6EEACE

Text Example


Text Example

White with #6EEACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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