Html Css Color HEX #6AFAC3 Aquamarine

📋 copy color: '#6AFAC3'

red 106 ◦ green 250 ◦ blue 195

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

Shades of Aquamarine #6AFAC3

Tints of Aquamarine #6AFAC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 35.39%

R = 19.24%
G = 45.37%
B = 35.39%

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

#6AFAC3 (or 0x6AFAC3) is known color: Aquamarine. HEX triplet: 6A, FA and C3. RGB value is (106,250,195). Sum of RGB (Red+Green+Blue) = 106+250+195=551 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.24% from 551); Green value is 250 (98.05% from 255 or 45.37% from 551); Blue value is 195 (76.56% from 255 or 35.39% from 551); Max value from RGB is 250 - color contains mainly: green. Hex color #6AFAC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFAC3 is #95053C. Grayscale: #C8C8C8. Windows color (decimal): -9766205 or 12843626. OLE color: 12843626.

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

Color convert

RGB 106 250 195 -
CMYK 0.58 0 0.22 0.02
HSL 157.08º 0.94% 0.7% -
HSV(B) 157.08º 0.58% 0.98% -
XYZ 49.98 75.38 63.54 -
YUV 200.67 124.79 60.47 -
System Red Green Blue C M Y K H S L
Decimal 106 250 195 0.58 0 0.22 0.02 157.08 0.94 0.7
Hex 6A FA C3 3A 0 16 2 9D 5E 46
Octal 152 372 303 72 0 26 2 235 136 106
Binary 1101010 11111010 11000011 111010 0 10110 10 10011101 1011110 1000110

Color Harmonies of #6AFAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFAC3

Black with #6AFAC3

Text Example


Text Example

White with #6AFAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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