Html Css Color HEX #6EFFBA Aquamarine

📋 copy color: '#6EFFBA'

red 110 ◦ green 255 ◦ blue 186

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

Shades of Aquamarine #6EFFBA

Tints of Aquamarine #6EFFBA

RGB

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

 GREEN value IS 255 (100% from 255) = 46.28%

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

R = 19.96%
G = 46.28%
B = 33.76%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#6EFFBA (or 0x6EFFBA) is known color: Aquamarine. HEX triplet: 6E, FF and BA. RGB value is (110,255,186). Sum of RGB (Red+Green+Blue) = 110+255+186=551 (72% of max value = 765). Red value is 110 (43.36% from 255 or 19.96% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #6EFFBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFFBA is #910045. Grayscale: #CBCBCB. Windows color (decimal): -9502790 or 12255086. OLE color: 12255086.

HSL color Cylindrical-coordinate representation of color #6EFFBA: hue angle of 151.45º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EFFBA is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB 110 255 186 -
CMYK 0.57 0 0.27 0
HSL 151.45º 1% 0.72% -
HSV(B) 151.45º 0.57% 1% -
XYZ 51.05 78.38 58.89 -
YUV 203.78 117.96 61.11 -
System Red Green Blue C M Y K H S L
Decimal 110 255 186 0.57 0 0.27 0 151.45 1 0.72
Hex 6E FF BA 39 0 1B 0 97 64 48
Octal 156 377 272 71 0 33 0 227 144 110
Binary 1101110 11111111 10111010 111001 0 11011 0 10010111 1100100 1001000

Color Harmonies of #6EFFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EFFBA

Black with #6EFFBA

Text Example


Text Example

White with #6EFFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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