Html Css Color HEX #6EFAAB Aquamarine

📋 copy color: '#6EFAAB'

red 110 ◦ green 250 ◦ blue 171

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

Shades of Aquamarine #6EFAAB

Tints of Aquamarine #6EFAAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 32.2%

R = 20.72%
G = 47.08%
B = 32.2%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#6EFAAB (or 0x6EFAAB) is known color: Aquamarine. HEX triplet: 6E, FA and AB. RGB value is (110,250,171). Sum of RGB (Red+Green+Blue) = 110+250+171=531 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.72% from 531); Green value is 250 (98.05% from 255 or 47.08% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 250 - color contains mainly: green. Hex color #6EFAAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6EFAAB is #910554. Grayscale: #C7C7C7. Windows color (decimal): -9504085 or 11270766. OLE color: 11270766.

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

Color convert

RGB 110 250 171 -
CMYK 0.56 0 0.32 0.02
HSL 146.14º 0.93% 0.71% -
HSV(B) 146.14º 0.56% 0.98% -
XYZ 47.97 74.63 50.4 -
YUV 199.13 112.12 64.42 -
System Red Green Blue C M Y K H S L
Decimal 110 250 171 0.56 0 0.32 0.02 146.14 0.93 0.71
Hex 6E FA AB 38 0 20 2 92 5D 47
Octal 156 372 253 70 0 40 2 222 135 107
Binary 1101110 11111010 10101011 111000 0 100000 10 10010010 1011101 1000111

Color Harmonies of #6EFAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EFAAB

Black with #6EFAAB

Text Example


Text Example

White with #6EFAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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