Html Css Color HEX #6EF2BA Aquamarine

📋 copy color: '#6EF2BA'

red 110 ◦ green 242 ◦ blue 186

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

Shades of Aquamarine #6EF2BA

Tints of Aquamarine #6EF2BA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.98%

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

R = 20.45%
G = 44.98%
B = 34.57%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#6EF2BA (or 0x6EF2BA) is known color: Aquamarine. HEX triplet: 6E, F2 and BA. RGB value is (110,242,186). Sum of RGB (Red+Green+Blue) = 110+242+186=538 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.45% from 538); Green value is 242 (94.92% from 255 or 44.98% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 242 - color contains mainly: green. Hex color #6EF2BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EF2BA is #910D45. Grayscale: #C4C4C4. Windows color (decimal): -9506118 or 12251758. OLE color: 12251758.

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

Color convert

RGB 110 242 186 -
CMYK 0.55 0 0.23 0.05
HSL 154.55º 0.84% 0.69% -
HSV(B) 154.55º 0.55% 0.95% -
XYZ 47.05 70.36 57.56 -
YUV 196.15 122.27 66.55 -
System Red Green Blue C M Y K H S L
Decimal 110 242 186 0.55 0 0.23 0.05 154.55 0.84 0.69
Hex 6E F2 BA 37 0 17 5 9B 54 45
Octal 156 362 272 67 0 27 5 233 124 105
Binary 1101110 11110010 10111010 110111 0 10111 101 10011011 1010100 1000101

Color Harmonies of #6EF2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EF2BA

Black with #6EF2BA

Text Example


Text Example

White with #6EF2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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