Html Css Color HEX #6DFFBA Aquamarine

📋 copy color: '#6DFFBA'

red 109 ◦ green 255 ◦ blue 186

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

Shades of Aquamarine #6DFFBA

Tints of Aquamarine #6DFFBA

RGB

 RED value IS 109 (42.97% from 255) = 19.82%

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

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

R = 19.82%
G = 46.36%
B = 33.82%

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

#6DFFBA (or 0x6DFFBA) is known color: Aquamarine. HEX triplet: 6D, FF and BA. RGB value is (109,255,186). Sum of RGB (Red+Green+Blue) = 109+255+186=550 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.82% from 550); Green value is 255 (100% from 255 or 46.36% from 550); Blue value is 186 (73.05% from 255 or 33.82% from 550); Max value from RGB is 255 - color contains mainly: green. Hex color #6DFFBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DFFBA is #920045. Grayscale: #CBCBCB. Windows color (decimal): -9568326 or 12255085. OLE color: 12255085.

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

Color convert

RGB 109 255 186 -
CMYK 0.57 0 0.27 0
HSL 151.64º 1% 0.71% -
HSV(B) 151.64º 0.57% 1% -
XYZ 50.93 78.32 58.89 -
YUV 203.48 118.13 60.61 -
System Red Green Blue C M Y K H S L
Decimal 109 255 186 0.57 0 0.27 0 151.64 1 0.71
Hex 6D FF BA 39 0 1B 0 98 64 47
Octal 155 377 272 71 0 33 0 230 144 107
Binary 1101101 11111111 10111010 111001 0 11011 0 10011000 1100100 1000111

Color Harmonies of #6DFFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DFFBA

Black with #6DFFBA

Text Example


Text Example

White with #6DFFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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