Html Css Color HEX #6EFADD Aquamarine

📋 copy color: '#6EFADD'

red 110 ◦ green 250 ◦ blue 221

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

Shades of Aquamarine #6EFADD

Tints of Aquamarine #6EFADD

RGB

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

 GREEN value IS 250 (98.05% from 255) = 43.03%

 BLUE value IS 221 (86.72% from 255) = 38.04%

R = 18.93%
G = 43.03%
B = 38.04%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#6EFADD (or 0x6EFADD) is known color: Aquamarine. HEX triplet: 6E, FA and DD. RGB value is (110,250,221). Sum of RGB (Red+Green+Blue) = 110+250+221=581 (76% of max value = 765). Red value is 110 (43.36% from 255 or 18.93% from 581); Green value is 250 (98.05% from 255 or 43.03% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 250 - color contains mainly: green. Hex color #6EFADD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFADD is #910522. Grayscale: #CCCCCC. Windows color (decimal): -9504035 or 14547566. OLE color: 14547566.

HSL color Cylindrical-coordinate representation of color #6EFADD: hue angle of 167.57º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EFADD is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 110 250 221 -
CMYK 0.56 0 0.12 0.02
HSL 167.57º 0.93% 0.71% -
HSV(B) 167.57º 0.56% 0.98% -
XYZ 53.67 76.91 80.42 -
YUV 204.83 137.12 60.36 -
System Red Green Blue C M Y K H S L
Decimal 110 250 221 0.56 0 0.12 0.02 167.57 0.93 0.71
Hex 6E FA DD 38 0 C 2 A8 5D 47
Octal 156 372 335 70 0 14 2 250 135 107
Binary 1101110 11111010 11011101 111000 0 1100 10 10101000 1011101 1000111

Color Harmonies of #6EFADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EFADD

Black with #6EFADD

Text Example


Text Example

White with #6EFADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,250,221); }

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

background-color css

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

 a { background-color: rgb(110,250,221); }

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

border-color css

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

 span { border-color: rgb(110,250,221); }

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