Html Css Color HEX #6AFAC6 Aquamarine

📋 copy color: '#6AFAC6'

red 106 ◦ green 250 ◦ blue 198

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

Shades of Aquamarine #6AFAC6

Tints of Aquamarine #6AFAC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 35.74%

R = 19.13%
G = 45.13%
B = 35.74%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#6AFAC6 (or 0x6AFAC6) is known color: Aquamarine. HEX triplet: 6A, FA and C6. RGB value is (106,250,198). Sum of RGB (Red+Green+Blue) = 106+250+198=554 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.13% from 554); Green value is 250 (98.05% from 255 or 45.13% from 554); Blue value is 198 (77.73% from 255 or 35.74% from 554); Max value from RGB is 250 - color contains mainly: green. Hex color #6AFAC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFAC6 is #950539. Grayscale: #C9C9C9. Windows color (decimal): -9766202 or 13040234. OLE color: 13040234.

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

Color convert

RGB 106 250 198 -
CMYK 0.58 0 0.21 0.02
HSL 158.33º 0.94% 0.7% -
HSV(B) 158.33º 0.58% 0.98% -
XYZ 50.32 75.51 65.35 -
YUV 201.02 126.29 60.23 -
System Red Green Blue C M Y K H S L
Decimal 106 250 198 0.58 0 0.21 0.02 158.33 0.94 0.7
Hex 6A FA C6 3A 0 15 2 9E 5E 46
Octal 152 372 306 72 0 25 2 236 136 106
Binary 1101010 11111010 11000110 111010 0 10101 10 10011110 1011110 1000110

Color Harmonies of #6AFAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFAC6

Black with #6AFAC6

Text Example


Text Example

White with #6AFAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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