Html Css Color HEX #6ED9B0 Medium Aquamarine

📋 copy color: '#6ED9B0'

red 110 ◦ green 217 ◦ blue 176

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

Shades of Medium Aquamarine #6ED9B0

Tints of Medium Aquamarine #6ED9B0

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.14%

 BLUE value IS 176 (69.14% from 255) = 34.99%

R = 21.87%
G = 43.14%
B = 34.99%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#6ED9B0 (or 0x6ED9B0) is known color: Medium Aquamarine. HEX triplet: 6E, D9 and B0. RGB value is (110,217,176). Sum of RGB (Red+Green+Blue) = 110+217+176=503 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.87% from 503); Green value is 217 (85.16% from 255 or 43.14% from 503); Blue value is 176 (69.14% from 255 or 34.99% from 503); Max value from RGB is 217 - color contains mainly: green. Hex color #6ED9B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ED9B0 is #91264F. Grayscale: #B4B4B4. Windows color (decimal): -9512528 or 11589998. OLE color: 11589998.

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

Color convert

RGB 110 217 176 -
CMYK 0.49 0 0.19 0.15
HSL 157.01º 0.58% 0.64% -
HSV(B) 157.01º 0.49% 0.85% -
XYZ 39.08 56.08 49.84 -
YUV 180.33 125.55 77.83 -
System Red Green Blue C M Y K H S L
Decimal 110 217 176 0.49 0 0.19 0.15 157.01 0.58 0.64
Hex 6E D9 B0 31 0 13 F 9D 3A 40
Octal 156 331 260 61 0 23 17 235 72 100
Binary 1101110 11011001 10110000 110001 0 10011 1111 10011101 111010 1000000

Color Harmonies of #6ED9B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED9B0

Black with #6ED9B0

Text Example


Text Example

White with #6ED9B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,217,176); }

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

background-color css

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

 a { background-color: rgb(110,217,176); }

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

border-color css

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

 span { border-color: rgb(110,217,176); }

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