Html Css Color HEX #6EDBAB Medium Aquamarine

📋 copy color: '#6EDBAB'

red 110 ◦ green 219 ◦ blue 171

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

Shades of Medium Aquamarine #6EDBAB

Tints of Medium Aquamarine #6EDBAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.2%

R = 22%
G = 43.8%
B = 34.2%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#6EDBAB (or 0x6EDBAB) is known color: Medium Aquamarine. HEX triplet: 6E, DB and AB. RGB value is (110,219,171). Sum of RGB (Red+Green+Blue) = 110+219+171=500 (66% of max value = 765). Red value is 110 (43.36% from 255 or 22% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 219 - color contains mainly: green. Hex color #6EDBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EDBAB is #912454. Grayscale: #B5B5B5. Windows color (decimal): -9512021 or 11262830. OLE color: 11262830.

HSL color Cylindrical-coordinate representation of color #6EDBAB: hue angle of 153.58º 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 #6EDBAB is Cyan = 0.50, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 110 219 171 -
CMYK 0.50 0 0.22 0.14
HSL 153.58º 0.6% 0.65% -
HSV(B) 153.58º 0.5% 0.86% -
XYZ 39.11 56.92 47.45 -
YUV 180.94 122.39 77.4 -
System Red Green Blue C M Y K H S L
Decimal 110 219 171 0.50 0 0.22 0.14 153.58 0.6 0.65
Hex 6E DB AB 32 0 16 E 9A 3C 41
Octal 156 333 253 62 0 26 16 232 74 101
Binary 1101110 11011011 10101011 110010 0 10110 1110 10011010 111100 1000001

Color Harmonies of #6EDBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDBAB

Black with #6EDBAB

Text Example


Text Example

White with #6EDBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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