Html Css Color HEX #6EEDDB Aquamarine

📋 copy color: '#6EEDDB'

red 110 ◦ green 237 ◦ blue 219

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

Shades of Aquamarine #6EEDDB

Tints of Aquamarine #6EEDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.69%

R = 19.43%
G = 41.87%
B = 38.69%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#6EEDDB (or 0x6EEDDB) is known color: Aquamarine. HEX triplet: 6E, ED and DB. RGB value is (110,237,219). Sum of RGB (Red+Green+Blue) = 110+237+219=566 (74% of max value = 765). Red value is 110 (43.36% from 255 or 19.43% from 566); Green value is 237 (92.97% from 255 or 41.87% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 237 - color contains mainly: green. Hex color #6EEDDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEDDB is #911224. Grayscale: #C4C4C4. Windows color (decimal): -9507365 or 14413166. OLE color: 14413166.

HSL color Cylindrical-coordinate representation of color #6EEDDB: hue angle of 171.5º 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 #6EEDDB is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 110 237 219 -
CMYK 0.54 0 0.08 0.07
HSL 171.5º 0.78% 0.68% -
HSV(B) 171.5º 0.54% 0.93% -
XYZ 49.5 69 77.73 -
YUV 196.98 140.42 65.96 -
System Red Green Blue C M Y K H S L
Decimal 110 237 219 0.54 0 0.08 0.07 171.5 0.78 0.68
Hex 6E ED DB 36 0 8 7 AB 4E 44
Octal 156 355 333 66 0 10 7 253 116 104
Binary 1101110 11101101 11011011 110110 0 1000 111 10101011 1001110 1000100

Color Harmonies of #6EEDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EEDDB

Black with #6EEDDB

Text Example


Text Example

White with #6EEDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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