Html Css Color HEX #6DFAC2 Aquamarine

📋 copy color: '#6DFAC2'

red 109 ◦ green 250 ◦ blue 194

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

Shades of Aquamarine #6DFAC2

Tints of Aquamarine #6DFAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.08%

R = 19.71%
G = 45.21%
B = 35.08%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#6DFAC2 (or 0x6DFAC2) is known color: Aquamarine. HEX triplet: 6D, FA and C2. RGB value is (109,250,194). Sum of RGB (Red+Green+Blue) = 109+250+194=553 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.71% from 553); Green value is 250 (98.05% from 255 or 45.21% from 553); Blue value is 194 (76.17% from 255 or 35.08% from 553); Max value from RGB is 250 - color contains mainly: green. Hex color #6DFAC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DFAC2 is #92053D. Grayscale: #C9C9C9. Windows color (decimal): -9569598 or 12778093. OLE color: 12778093.

HSL color Cylindrical-coordinate representation of color #6DFAC2: hue angle of 156.17º 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 #6DFAC2 is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 109 250 194 -
CMYK 0.56 0 0.22 0.02
HSL 156.17º 0.93% 0.7% -
HSV(B) 156.17º 0.56% 0.98% -
XYZ 50.23 75.52 62.97 -
YUV 201.46 123.79 62.05 -
System Red Green Blue C M Y K H S L
Decimal 109 250 194 0.56 0 0.22 0.02 156.17 0.93 0.7
Hex 6D FA C2 38 0 16 2 9C 5D 46
Octal 155 372 302 70 0 26 2 234 135 106
Binary 1101101 11111010 11000010 111000 0 10110 10 10011100 1011101 1000110

Color Harmonies of #6DFAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DFAC2

Black with #6DFAC2

Text Example


Text Example

White with #6DFAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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