Html Css Color HEX #6AFAC2 Aquamarine

📋 copy color: '#6AFAC2'

red 106 ◦ green 250 ◦ blue 194

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

Shades of Aquamarine #6AFAC2

Tints of Aquamarine #6AFAC2

RGB

 RED value IS 106 (41.8% from 255) = 19.27%

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

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

R = 19.27%
G = 45.45%
B = 35.27%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#6AFAC2 (or 0x6AFAC2) is known color: Aquamarine. HEX triplet: 6A, FA and C2. RGB value is (106,250,194). Sum of RGB (Red+Green+Blue) = 106+250+194=550 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.27% from 550); Green value is 250 (98.05% from 255 or 45.45% from 550); Blue value is 194 (76.17% from 255 or 35.27% from 550); Max value from RGB is 250 - color contains mainly: green. Hex color #6AFAC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFAC2 is #95053D. Grayscale: #C8C8C8. Windows color (decimal): -9766206 or 12778090. OLE color: 12778090.

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

Color convert

RGB 106 250 194 -
CMYK 0.58 0 0.22 0.02
HSL 156.67º 0.94% 0.7% -
HSV(B) 156.67º 0.58% 0.98% -
XYZ 49.87 75.33 62.95 -
YUV 200.56 124.29 60.55 -
System Red Green Blue C M Y K H S L
Decimal 106 250 194 0.58 0 0.22 0.02 156.67 0.94 0.7
Hex 6A FA C2 3A 0 16 2 9D 5E 46
Octal 152 372 302 72 0 26 2 235 136 106
Binary 1101010 11111010 11000010 111010 0 10110 10 10011101 1011110 1000110

Color Harmonies of #6AFAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFAC2

Black with #6AFAC2

Text Example


Text Example

White with #6AFAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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