Html Css Color HEX #6EEDD0 Aquamarine

📋 copy color: '#6EEDD0'

red 110 ◦ green 237 ◦ blue 208

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

Shades of Aquamarine #6EEDD0

Tints of Aquamarine #6EEDD0

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.7%

 BLUE value IS 208 (81.64% from 255) = 37.48%

R = 19.82%
G = 42.7%
B = 37.48%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#6EEDD0 (or 0x6EEDD0) is known color: Aquamarine. HEX triplet: 6E, ED and D0. RGB value is (110,237,208). Sum of RGB (Red+Green+Blue) = 110+237+208=555 (73% of max value = 765). Red value is 110 (43.36% from 255 or 19.82% from 555); Green value is 237 (92.97% from 255 or 42.70% from 555); Blue value is 208 (81.64% from 255 or 37.48% from 555); Max value from RGB is 237 - color contains mainly: green. Hex color #6EEDD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEDD0 is #91122F. Grayscale: #C3C3C3. Windows color (decimal): -9507376 or 13692270. OLE color: 13692270.

HSL color Cylindrical-coordinate representation of color #6EEDD0: hue angle of 166.3º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EEDD0 is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 110 237 208 -
CMYK 0.54 0 0.12 0.07
HSL 166.3º 0.78% 0.68% -
HSV(B) 166.3º 0.54% 0.93% -
XYZ 48.1 68.44 70.35 -
YUV 195.72 134.92 66.86 -
System Red Green Blue C M Y K H S L
Decimal 110 237 208 0.54 0 0.12 0.07 166.3 0.78 0.68
Hex 6E ED D0 36 0 C 7 A6 4E 44
Octal 156 355 320 66 0 14 7 246 116 104
Binary 1101110 11101101 11010000 110110 0 1100 111 10100110 1001110 1000100

Color Harmonies of #6EEDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EEDD0

Black with #6EEDD0

Text Example


Text Example

White with #6EEDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,237,208); }

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

background-color css

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

 a { background-color: rgb(110,237,208); }

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

border-color css

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

 span { border-color: rgb(110,237,208); }

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