Html Css Color HEX #7AEDBA Aquamarine

📋 copy color: '#7AEDBA'

red 122 ◦ green 237 ◦ blue 186

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

Shades of Aquamarine #7AEDBA

Tints of Aquamarine #7AEDBA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.49%

 BLUE value IS 186 (73.05% from 255) = 34.13%

R = 22.39%
G = 43.49%
B = 34.13%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#7AEDBA (or 0x7AEDBA) is known color: Aquamarine. HEX triplet: 7A, ED and BA. RGB value is (122,237,186). Sum of RGB (Red+Green+Blue) = 122+237+186=545 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.39% from 545); Green value is 237 (92.97% from 255 or 43.49% from 545); Blue value is 186 (73.05% from 255 or 34.13% from 545); Max value from RGB is 237 - color contains mainly: green. Hex color #7AEDBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AEDBA is #851245. Grayscale: #C4C4C4. Windows color (decimal): -8720966 or 12250490. OLE color: 12250490.

HSL color Cylindrical-coordinate representation of color #7AEDBA: hue angle of 153.39º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AEDBA is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 122 237 186 -
CMYK 0.49 0 0.22 0.07
HSL 153.39º 0.76% 0.7% -
HSV(B) 153.39º 0.49% 0.93% -
XYZ 47.17 68.25 57.14 -
YUV 196.8 121.9 74.65 -
System Red Green Blue C M Y K H S L
Decimal 122 237 186 0.49 0 0.22 0.07 153.39 0.76 0.7
Hex 7A ED BA 31 0 16 7 99 4C 46
Octal 172 355 272 61 0 26 7 231 114 106
Binary 1111010 11101101 10111010 110001 0 10110 111 10011001 1001100 1000110

Color Harmonies of #7AEDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AEDBA

Black with #7AEDBA

Text Example


Text Example

White with #7AEDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,237,186); }

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

background-color css

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

 a { background-color: rgb(122,237,186); }

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

border-color css

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

 span { border-color: rgb(122,237,186); }

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