Html Css Color HEX #6EF6BA Aquamarine

📋 copy color: '#6EF6BA'

red 110 ◦ green 246 ◦ blue 186

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

Shades of Aquamarine #6EF6BA

Tints of Aquamarine #6EF6BA

RGB

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

 GREEN value IS 246 (96.48% from 255) = 45.39%

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

R = 20.3%
G = 45.39%
B = 34.32%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#6EF6BA (or 0x6EF6BA) is known color: Aquamarine. HEX triplet: 6E, F6 and BA. RGB value is (110,246,186). Sum of RGB (Red+Green+Blue) = 110+246+186=542 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.30% from 542); Green value is 246 (96.48% from 255 or 45.39% from 542); Blue value is 186 (73.05% from 255 or 34.32% from 542); Max value from RGB is 246 - color contains mainly: green. Hex color #6EF6BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EF6BA is #910945. Grayscale: #C6C6C6. Windows color (decimal): -9505094 or 12252782. OLE color: 12252782.

HSL color Cylindrical-coordinate representation of color #6EF6BA: hue angle of 153.53º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6EF6BA is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 110 246 186 -
CMYK 0.55 0 0.24 0.04
HSL 153.53º 0.88% 0.7% -
HSV(B) 153.53º 0.55% 0.96% -
XYZ 48.25 72.77 57.96 -
YUV 198.5 120.94 64.88 -
System Red Green Blue C M Y K H S L
Decimal 110 246 186 0.55 0 0.24 0.04 153.53 0.88 0.7
Hex 6E F6 BA 37 0 18 4 9A 58 46
Octal 156 366 272 67 0 30 4 232 130 106
Binary 1101110 11110110 10111010 110111 0 11000 100 10011010 1011000 1000110

Color Harmonies of #6EF6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EF6BA

Black with #6EF6BA

Text Example


Text Example

White with #6EF6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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