Html Css Color HEX #6EFAC2 Aquamarine

📋 copy color: '#6EFAC2'

red 110 ◦ green 250 ◦ blue 194

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

Shades of Aquamarine #6EFAC2

Tints of Aquamarine #6EFAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.02%

R = 19.86%
G = 45.13%
B = 35.02%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#6EFAC2 (or 0x6EFAC2) is known color: Aquamarine. HEX triplet: 6E, FA and C2. RGB value is (110,250,194). Sum of RGB (Red+Green+Blue) = 110+250+194=554 (73% of max value = 765). Red value is 110 (43.36% from 255 or 19.86% from 554); Green value is 250 (98.05% from 255 or 45.13% from 554); Blue value is 194 (76.17% from 255 or 35.02% from 554); Max value from RGB is 250 - color contains mainly: green. Hex color #6EFAC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFAC2 is #91053D. Grayscale: #C9C9C9. Windows color (decimal): -9504062 or 12778094. OLE color: 12778094.

HSL color Cylindrical-coordinate representation of color #6EFAC2: hue angle of 156º 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 #6EFAC2 is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 110 250 194 -
CMYK 0.56 0 0.22 0.02
HSL 156º 0.93% 0.71% -
HSV(B) 156º 0.56% 0.98% -
XYZ 50.35 75.58 62.97 -
YUV 201.76 123.62 62.55 -
System Red Green Blue C M Y K H S L
Decimal 110 250 194 0.56 0 0.22 0.02 156 0.93 0.71
Hex 6E FA C2 38 0 16 2 9C 5D 47
Octal 156 372 302 70 0 26 2 234 135 107
Binary 1101110 11111010 11000010 111000 0 10110 10 10011100 1011101 1000111

Color Harmonies of #6EFAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EFAC2

Black with #6EFAC2

Text Example


Text Example

White with #6EFAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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