Html Css Color HEX #6EDBAE Medium Aquamarine

📋 copy color: '#6EDBAE'

red 110 ◦ green 219 ◦ blue 174

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

Shades of Medium Aquamarine #6EDBAE

Tints of Medium Aquamarine #6EDBAE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.54%

 BLUE value IS 174 (68.36% from 255) = 34.59%

R = 21.87%
G = 43.54%
B = 34.59%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#6EDBAE (or 0x6EDBAE) is known color: Medium Aquamarine. HEX triplet: 6E, DB and AE. RGB value is (110,219,174). Sum of RGB (Red+Green+Blue) = 110+219+174=503 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.87% from 503); Green value is 219 (85.94% from 255 or 43.54% from 503); Blue value is 174 (68.36% from 255 or 34.59% from 503); Max value from RGB is 219 - color contains mainly: green. Hex color #6EDBAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EDBAE is #912451. Grayscale: #B5B5B5. Windows color (decimal): -9512018 or 11459438. OLE color: 11459438.

HSL color Cylindrical-coordinate representation of color #6EDBAE: hue angle of 155.23º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDBAE is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 110 219 174 -
CMYK 0.50 0 0.21 0.14
HSL 155.23º 0.6% 0.65% -
HSV(B) 155.23º 0.5% 0.86% -
XYZ 39.4 57.03 48.98 -
YUV 181.28 123.89 77.16 -
System Red Green Blue C M Y K H S L
Decimal 110 219 174 0.50 0 0.21 0.14 155.23 0.6 0.65
Hex 6E DB AE 32 0 15 E 9B 3C 41
Octal 156 333 256 62 0 25 16 233 74 101
Binary 1101110 11011011 10101110 110010 0 10101 1110 10011011 111100 1000001

Color Harmonies of #6EDBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDBAE

Black with #6EDBAE

Text Example


Text Example

White with #6EDBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,219,174); }

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

background-color css

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

 a { background-color: rgb(110,219,174); }

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

border-color css

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

 span { border-color: rgb(110,219,174); }

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