Html Css Color HEX #6ED8B2 Medium Aquamarine

📋 copy color: '#6ED8B2'

red 110 ◦ green 216 ◦ blue 178

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

Shades of Medium Aquamarine #6ED8B2

Tints of Medium Aquamarine #6ED8B2

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.86%

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

R = 21.83%
G = 42.86%
B = 35.32%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#6ED8B2 (or 0x6ED8B2) is known color: Medium Aquamarine. HEX triplet: 6E, D8 and B2. RGB value is (110,216,178). Sum of RGB (Red+Green+Blue) = 110+216+178=504 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.83% from 504); Green value is 216 (84.77% from 255 or 42.86% from 504); Blue value is 178 (69.92% from 255 or 35.32% from 504); Max value from RGB is 216 - color contains mainly: green. Hex color #6ED8B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ED8B2 is #91274D. Grayscale: #B4B4B4. Windows color (decimal): -9512782 or 11720814. OLE color: 11720814.

HSL color Cylindrical-coordinate representation of color #6ED8B2: hue angle of 158.49º 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 #6ED8B2 is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 110 216 178 -
CMYK 0.49 0 0.18 0.15
HSL 158.49º 0.58% 0.64% -
HSV(B) 158.49º 0.49% 0.85% -
XYZ 39.02 55.64 50.8 -
YUV 179.97 126.88 78.09 -
System Red Green Blue C M Y K H S L
Decimal 110 216 178 0.49 0 0.18 0.15 158.49 0.58 0.64
Hex 6E D8 B2 31 0 12 F 9E 3A 40
Octal 156 330 262 61 0 22 17 236 72 100
Binary 1101110 11011000 10110010 110001 0 10010 1111 10011110 111010 1000000

Color Harmonies of #6ED8B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED8B2

Black with #6ED8B2

Text Example


Text Example

White with #6ED8B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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