Html Css Color HEX #6EDBB2 Medium Aquamarine

📋 copy color: '#6EDBB2'

red 110 ◦ green 219 ◦ blue 178

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

Shades of Medium Aquamarine #6EDBB2

Tints of Medium Aquamarine #6EDBB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.11%

R = 21.7%
G = 43.2%
B = 35.11%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#6EDBB2 (or 0x6EDBB2) is known color: Medium Aquamarine. HEX triplet: 6E, DB and B2. RGB value is (110,219,178). Sum of RGB (Red+Green+Blue) = 110+219+178=507 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.70% from 507); Green value is 219 (85.94% from 255 or 43.20% from 507); Blue value is 178 (69.92% from 255 or 35.11% from 507); Max value from RGB is 219 - color contains mainly: green. Hex color #6EDBB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EDBB2 is #91244D. Grayscale: #B5B5B5. Windows color (decimal): -9512014 or 11721582. OLE color: 11721582.

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

Color convert

RGB 110 219 178 -
CMYK 0.50 0 0.19 0.14
HSL 157.43º 0.6% 0.65% -
HSV(B) 157.43º 0.5% 0.86% -
XYZ 39.8 57.19 51.06 -
YUV 181.74 125.89 76.83 -
System Red Green Blue C M Y K H S L
Decimal 110 219 178 0.50 0 0.19 0.14 157.43 0.6 0.65
Hex 6E DB B2 32 0 13 E 9D 3C 41
Octal 156 333 262 62 0 23 16 235 74 101
Binary 1101110 11011011 10110010 110010 0 10011 1110 10011101 111100 1000001

Color Harmonies of #6EDBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDBB2

Black with #6EDBB2

Text Example


Text Example

White with #6EDBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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