Html Css Color HEX #6FFAC2 Aquamarine

📋 copy color: '#6FFAC2'

red 111 ◦ green 250 ◦ blue 194

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

Shades of Aquamarine #6FFAC2

Tints of Aquamarine #6FFAC2

RGB

 RED value IS 111 (43.75% from 255) = 20%

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

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

R = 20%
G = 45.05%
B = 34.95%

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

#6FFAC2 (or 0x6FFAC2) is known color: Aquamarine. HEX triplet: 6F, FA and C2. RGB value is (111,250,194). Sum of RGB (Red+Green+Blue) = 111+250+194=555 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20% from 555); Green value is 250 (98.05% from 255 or 45.05% from 555); Blue value is 194 (76.17% from 255 or 34.95% from 555); Max value from RGB is 250 - color contains mainly: green. Hex color #6FFAC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFAC2 is #90053D. Grayscale: #CACACA. Windows color (decimal): -9438526 or 12778095. OLE color: 12778095.

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

Color convert

RGB 111 250 194 -
CMYK 0.56 0 0.22 0.02
HSL 155.83º 0.93% 0.71% -
HSV(B) 155.83º 0.56% 0.98% -
XYZ 50.48 75.65 62.98 -
YUV 202.06 123.45 63.05 -
System Red Green Blue C M Y K H S L
Decimal 111 250 194 0.56 0 0.22 0.02 155.83 0.93 0.71
Hex 6F FA C2 38 0 16 2 9C 5D 47
Octal 157 372 302 70 0 26 2 234 135 107
Binary 1101111 11111010 11000010 111000 0 10110 10 10011100 1011101 1000111

Color Harmonies of #6FFAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FFAC2

Black with #6FFAC2

Text Example


Text Example

White with #6FFAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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