Html Css Color HEX #7AFEC9 Aquamarine

📋 copy color: '#7AFEC9'

red 122 ◦ green 254 ◦ blue 201

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

Shades of Aquamarine #7AFEC9

Tints of Aquamarine #7AFEC9

RGB

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

 GREEN value IS 254 (99.61% from 255) = 44.02%

 BLUE value IS 201 (78.91% from 255) = 34.84%

R = 21.14%
G = 44.02%
B = 34.84%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#7AFEC9 (or 0x7AFEC9) is known color: Aquamarine. HEX triplet: 7A, FE and C9. RGB value is (122,254,201). Sum of RGB (Red+Green+Blue) = 122+254+201=577 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.14% from 577); Green value is 254 (99.61% from 255 or 44.02% from 577); Blue value is 201 (78.91% from 255 or 34.84% from 577); Max value from RGB is 254 - color contains mainly: green. Hex color #7AFEC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFEC9 is #850136. Grayscale: #D0D0D0. Windows color (decimal): -8716599 or 13237882. OLE color: 13237882.

HSL color Cylindrical-coordinate representation of color #7AFEC9: hue angle of 155.91º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AFEC9 is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.

Color convert

RGB 122 254 201 -
CMYK 0.52 0 0.21 0.00
HSL 155.91º 0.99% 0.74% -
HSV(B) 155.91º 0.52% 1% -
XYZ 54.01 79.24 67.71 -
YUV 208.49 123.77 66.31 -
System Red Green Blue C M Y K H S L
Decimal 122 254 201 0.52 0 0.21 0.00 155.91 0.99 0.74
Hex 7A FE C9 34 0 15 0 9C 63 4A
Octal 172 376 311 64 0 25 0 234 143 112
Binary 1111010 11111110 11001001 110100 0 10101 0 10011100 1100011 1001010

Color Harmonies of #7AFEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AFEC9

Black with #7AFEC9

Text Example


Text Example

White with #7AFEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,254,201); }

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

background-color css

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

 a { background-color: rgb(122,254,201); }

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

border-color css

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

 span { border-color: rgb(122,254,201); }

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