Html Css Color HEX #6DFABF Aquamarine

📋 copy color: '#6DFABF'

red 109 ◦ green 250 ◦ blue 191

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

Shades of Aquamarine #6DFABF

Tints of Aquamarine #6DFABF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 45.45%

 BLUE value IS 191 (75% from 255) = 34.73%

R = 19.82%
G = 45.45%
B = 34.73%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#6DFABF (or 0x6DFABF) is known color: Aquamarine. HEX triplet: 6D, FA and BF. RGB value is (109,250,191). Sum of RGB (Red+Green+Blue) = 109+250+191=550 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.82% from 550); Green value is 250 (98.05% from 255 or 45.45% from 550); Blue value is 191 (75% from 255 or 34.73% from 550); Max value from RGB is 250 - color contains mainly: green. Hex color #6DFABF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DFABF is #920540. Grayscale: #C9C9C9. Windows color (decimal): -9569601 or 12581485. OLE color: 12581485.

HSL color Cylindrical-coordinate representation of color #6DFABF: hue angle of 154.89º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6DFABF is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 109 250 191 -
CMYK 0.56 0 0.24 0.02
HSL 154.89º 0.93% 0.7% -
HSV(B) 154.89º 0.56% 0.98% -
XYZ 49.9 75.38 61.21 -
YUV 201.12 122.29 62.3 -
System Red Green Blue C M Y K H S L
Decimal 109 250 191 0.56 0 0.24 0.02 154.89 0.93 0.7
Hex 6D FA BF 38 0 18 2 9B 5D 46
Octal 155 372 277 70 0 30 2 233 135 106
Binary 1101101 11111010 10111111 111000 0 11000 10 10011011 1011101 1000110

Color Harmonies of #6DFABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DFABF

Black with #6DFABF

Text Example


Text Example

White with #6DFABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,250,191); }

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

background-color css

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

 a { background-color: rgb(109,250,191); }

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

border-color css

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

 span { border-color: rgb(109,250,191); }

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