Html Css Color HEX #7AF8D9 Aquamarine

📋 copy color: '#7AF8D9'

red 122 ◦ green 248 ◦ blue 217

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

Shades of Aquamarine #7AF8D9

Tints of Aquamarine #7AF8D9

RGB

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

 GREEN value IS 248 (97.27% from 255) = 42.25%

 BLUE value IS 217 (85.16% from 255) = 36.97%

R = 20.78%
G = 42.25%
B = 36.97%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#7AF8D9 (or 0x7AF8D9) is known color: Aquamarine. HEX triplet: 7A, F8 and D9. RGB value is (122,248,217). Sum of RGB (Red+Green+Blue) = 122+248+217=587 (77% of max value = 765). Red value is 122 (48.05% from 255 or 20.78% from 587); Green value is 248 (97.27% from 255 or 42.25% from 587); Blue value is 217 (85.16% from 255 or 36.97% from 587); Max value from RGB is 248 - color contains mainly: green. Hex color #7AF8D9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF8D9 is #850726. Grayscale: #CECECE. Windows color (decimal): -8718119 or 14284922. OLE color: 14284922.

HSL color Cylindrical-coordinate representation of color #7AF8D9: hue angle of 165.24º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AF8D9 is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 122 248 217 -
CMYK 0.51 0 0.12 0.03
HSL 165.24º 0.9% 0.73% -
HSV(B) 165.24º 0.51% 0.97% -
XYZ 54.12 76.28 77.52 -
YUV 206.79 133.76 67.52 -
System Red Green Blue C M Y K H S L
Decimal 122 248 217 0.51 0 0.12 0.03 165.24 0.9 0.73
Hex 7A F8 D9 33 0 C 3 A5 5A 49
Octal 172 370 331 63 0 14 3 245 132 111
Binary 1111010 11111000 11011001 110011 0 1100 11 10100101 1011010 1001001

Color Harmonies of #7AF8D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF8D9

Black with #7AF8D9

Text Example


Text Example

White with #7AF8D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,248,217); }

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

background-color css

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

 a { background-color: rgb(122,248,217); }

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

border-color css

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

 span { border-color: rgb(122,248,217); }

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