Html Css Color HEX #6EDAB1 Medium Aquamarine

📋 copy color: '#6EDAB1'

red 110 ◦ green 218 ◦ blue 177

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

Shades of Medium Aquamarine #6EDAB1

Tints of Medium Aquamarine #6EDAB1

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.17%

 BLUE value IS 177 (69.53% from 255) = 35.05%

R = 21.78%
G = 43.17%
B = 35.05%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#6EDAB1 (or 0x6EDAB1) is known color: Medium Aquamarine. HEX triplet: 6E, DA and B1. RGB value is (110,218,177). Sum of RGB (Red+Green+Blue) = 110+218+177=505 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.78% from 505); Green value is 218 (85.55% from 255 or 43.17% from 505); Blue value is 177 (69.53% from 255 or 35.05% from 505); Max value from RGB is 218 - color contains mainly: green. Hex color #6EDAB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EDAB1 is #91254E. Grayscale: #B5B5B5. Windows color (decimal): -9512271 or 11655790. OLE color: 11655790.

HSL color Cylindrical-coordinate representation of color #6EDAB1: hue angle of 157.22º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDAB1 is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 110 218 177 -
CMYK 0.50 0 0.19 0.15
HSL 157.22º 0.59% 0.64% -
HSV(B) 157.22º 0.5% 0.85% -
XYZ 39.44 56.63 50.45 -
YUV 181.03 125.72 77.33 -
System Red Green Blue C M Y K H S L
Decimal 110 218 177 0.50 0 0.19 0.15 157.22 0.59 0.64
Hex 6E DA B1 32 0 13 F 9D 3B 40
Octal 156 332 261 62 0 23 17 235 73 100
Binary 1101110 11011010 10110001 110010 0 10011 1111 10011101 111011 1000000

Color Harmonies of #6EDAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDAB1

Black with #6EDAB1

Text Example


Text Example

White with #6EDAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,218,177); }

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

background-color css

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

 a { background-color: rgb(110,218,177); }

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

border-color css

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

 span { border-color: rgb(110,218,177); }

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