Html Css Color HEX #6EFABF Aquamarine

📋 copy color: '#6EFABF'

red 110 ◦ green 250 ◦ blue 191

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

Shades of Aquamarine #6EFABF

Tints of Aquamarine #6EFABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 34.66%

R = 19.96%
G = 45.37%
B = 34.66%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#6EFABF (or 0x6EFABF) is known color: Aquamarine. HEX triplet: 6E, FA and BF. RGB value is (110,250,191). Sum of RGB (Red+Green+Blue) = 110+250+191=551 (72% of max value = 765). Red value is 110 (43.36% from 255 or 19.96% from 551); Green value is 250 (98.05% from 255 or 45.37% from 551); Blue value is 191 (75% from 255 or 34.66% from 551); Max value from RGB is 250 - color contains mainly: green. Hex color #6EFABF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFABF is #910540. Grayscale: #C9C9C9. Windows color (decimal): -9504065 or 12581486. OLE color: 12581486.

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

Color convert

RGB 110 250 191 -
CMYK 0.56 0 0.24 0.02
HSL 154.71º 0.93% 0.71% -
HSV(B) 154.71º 0.56% 0.98% -
XYZ 50.02 75.45 61.22 -
YUV 201.41 122.12 62.8 -
System Red Green Blue C M Y K H S L
Decimal 110 250 191 0.56 0 0.24 0.02 154.71 0.93 0.71
Hex 6E FA BF 38 0 18 2 9B 5D 47
Octal 156 372 277 70 0 30 2 233 135 107
Binary 1101110 11111010 10111111 111000 0 11000 10 10011011 1011101 1000111

Color Harmonies of #6EFABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EFABF

Black with #6EFABF

Text Example


Text Example

White with #6EFABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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