Html Css Color HEX #7AF9DF Aquamarine

📋 copy color: '#7AF9DF'

red 122 ◦ green 249 ◦ blue 223

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

Shades of Aquamarine #7AF9DF

Tints of Aquamarine #7AF9DF

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.92%

 BLUE value IS 223 (87.5% from 255) = 37.54%

R = 20.54%
G = 41.92%
B = 37.54%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#7AF9DF (or 0x7AF9DF) is known color: Aquamarine. HEX triplet: 7A, F9 and DF. RGB value is (122,249,223). Sum of RGB (Red+Green+Blue) = 122+249+223=594 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.54% from 594); Green value is 249 (97.66% from 255 or 41.92% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 249 - color contains mainly: green. Hex color #7AF9DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF9DF is #850620. Grayscale: #D0D0D0. Windows color (decimal): -8717857 or 14678394. OLE color: 14678394.

HSL color Cylindrical-coordinate representation of color #7AF9DF: hue angle of 167.72º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AF9DF is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 122 249 223 -
CMYK 0.51 0 0.10 0.02
HSL 167.72º 0.91% 0.73% -
HSV(B) 167.72º 0.51% 0.98% -
XYZ 55.22 77.22 81.81 -
YUV 208.06 136.42 66.61 -
System Red Green Blue C M Y K H S L
Decimal 122 249 223 0.51 0 0.10 0.02 167.72 0.91 0.73
Hex 7A F9 DF 33 0 A 2 A8 5B 49
Octal 172 371 337 63 0 12 2 250 133 111
Binary 1111010 11111001 11011111 110011 0 1010 10 10101000 1011011 1001001

Color Harmonies of #7AF9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF9DF

Black with #7AF9DF

Text Example


Text Example

White with #7AF9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,249,223); }

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

background-color css

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

 a { background-color: rgb(122,249,223); }

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

border-color css

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

 span { border-color: rgb(122,249,223); }

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