Html Css Color HEX #7AF6DA Aquamarine

📋 copy color: '#7AF6DA'

red 122 ◦ green 246 ◦ blue 218

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

Shades of Aquamarine #7AF6DA

Tints of Aquamarine #7AF6DA

RGB

 RED value IS 122 (48.05% from 255) = 20.82%

 GREEN value IS 246 (96.48% from 255) = 41.98%

 BLUE value IS 218 (85.55% from 255) = 37.2%

R = 20.82%
G = 41.98%
B = 37.2%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#7AF6DA (or 0x7AF6DA) is known color: Aquamarine. HEX triplet: 7A, F6 and DA. RGB value is (122,246,218). Sum of RGB (Red+Green+Blue) = 122+246+218=586 (77% of max value = 765). Red value is 122 (48.05% from 255 or 20.82% from 586); Green value is 246 (96.48% from 255 or 41.98% from 586); Blue value is 218 (85.55% from 255 or 37.20% from 586); Max value from RGB is 246 - color contains mainly: green. Hex color #7AF6DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF6DA is #850925. Grayscale: #CDCDCD. Windows color (decimal): -8718630 or 14349946. OLE color: 14349946.

HSL color Cylindrical-coordinate representation of color #7AF6DA: hue angle of 166.45º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AF6DA is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 122 246 218 -
CMYK 0.50 0 0.11 0.04
HSL 166.45º 0.87% 0.72% -
HSV(B) 166.45º 0.5% 0.96% -
XYZ 53.64 75.11 78 -
YUV 205.73 134.92 68.28 -
System Red Green Blue C M Y K H S L
Decimal 122 246 218 0.50 0 0.11 0.04 166.45 0.87 0.72
Hex 7A F6 DA 32 0 B 4 A6 57 48
Octal 172 366 332 62 0 13 4 246 127 110
Binary 1111010 11110110 11011010 110010 0 1011 100 10100110 1010111 1001000

Color Harmonies of #7AF6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF6DA

Black with #7AF6DA

Text Example


Text Example

White with #7AF6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7AF6DA; }

 p { color: rgb(122,246,218); }

 H1.HeaderClassName
 {
   color: #7AF6DA;
 }
 .AnyTagClassName
 {
   color: #7AF6DA;
 }
</style>

background-color css

<style>
 a { background-color: #7AF6DA; }

 a { background-color: rgb(122,246,218); }

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

border-color css

<style>
 span { border-color: #7AF6DA; }

 span { border-color: rgb(122,246,218); }

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