Html Css Color HEX #7AEDDA Aquamarine

📋 copy color: '#7AEDDA'

red 122 ◦ green 237 ◦ blue 218

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

Shades of Aquamarine #7AEDDA

Tints of Aquamarine #7AEDDA

RGB

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

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

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

R = 21.14%
G = 41.07%
B = 37.78%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#7AEDDA (or 0x7AEDDA) is known color: Aquamarine. HEX triplet: 7A, ED and DA. RGB value is (122,237,218). Sum of RGB (Red+Green+Blue) = 122+237+218=577 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.14% from 577); Green value is 237 (92.97% from 255 or 41.07% from 577); Blue value is 218 (85.55% from 255 or 37.78% from 577); Max value from RGB is 237 - color contains mainly: green. Hex color #7AEDDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AEDDA is #851225. Grayscale: #C8C8C8. Windows color (decimal): -8720934 or 14347642. OLE color: 14347642.

HSL color Cylindrical-coordinate representation of color #7AEDDA: hue angle of 170.09º 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 #7AEDDA is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 122 237 218 -
CMYK 0.49 0 0.08 0.07
HSL 170.09º 0.76% 0.7% -
HSV(B) 170.09º 0.49% 0.93% -
XYZ 50.97 69.77 77.11 -
YUV 200.45 137.9 72.04 -
System Red Green Blue C M Y K H S L
Decimal 122 237 218 0.49 0 0.08 0.07 170.09 0.76 0.7
Hex 7A ED DA 31 0 8 7 AA 4C 46
Octal 172 355 332 61 0 10 7 252 114 106
Binary 1111010 11101101 11011010 110001 0 1000 111 10101010 1001100 1000110

Color Harmonies of #7AEDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AEDDA

Black with #7AEDDA

Text Example


Text Example

White with #7AEDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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