Html Css Color HEX #6EF1BA Aquamarine

📋 copy color: '#6EF1BA'

red 110 ◦ green 241 ◦ blue 186

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

Shades of Aquamarine #6EF1BA

Tints of Aquamarine #6EF1BA

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.88%

 BLUE value IS 186 (73.05% from 255) = 34.64%

R = 20.48%
G = 44.88%
B = 34.64%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#6EF1BA (or 0x6EF1BA) is known color: Aquamarine. HEX triplet: 6E, F1 and BA. RGB value is (110,241,186). Sum of RGB (Red+Green+Blue) = 110+241+186=537 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.48% from 537); Green value is 241 (94.53% from 255 or 44.88% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 241 - color contains mainly: green. Hex color #6EF1BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EF1BA is #910E45. Grayscale: #C3C3C3. Windows color (decimal): -9506374 or 12251502. OLE color: 12251502.

HSL color Cylindrical-coordinate representation of color #6EF1BA: hue angle of 154.81º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EF1BA is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 110 241 186 -
CMYK 0.54 0 0.23 0.05
HSL 154.81º 0.82% 0.69% -
HSV(B) 154.81º 0.54% 0.95% -
XYZ 46.75 69.77 57.46 -
YUV 195.56 122.6 66.97 -
System Red Green Blue C M Y K H S L
Decimal 110 241 186 0.54 0 0.23 0.05 154.81 0.82 0.69
Hex 6E F1 BA 36 0 17 5 9B 52 45
Octal 156 361 272 66 0 27 5 233 122 105
Binary 1101110 11110001 10111010 110110 0 10111 101 10011011 1010010 1000101

Color Harmonies of #6EF1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EF1BA

Black with #6EF1BA

Text Example


Text Example

White with #6EF1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,241,186); }

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

background-color css

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

 a { background-color: rgb(110,241,186); }

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

border-color css

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

 span { border-color: rgb(110,241,186); }

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