Html Css Color HEX #7AEDDD Aquamarine

📋 copy color: '#7AEDDD'

red 122 ◦ green 237 ◦ blue 221

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

Shades of Aquamarine #7AEDDD

Tints of Aquamarine #7AEDDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.1%

R = 21.03%
G = 40.86%
B = 38.1%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#7AEDDD (or 0x7AEDDD) is known color: Aquamarine. HEX triplet: 7A, ED and DD. RGB value is (122,237,221). Sum of RGB (Red+Green+Blue) = 122+237+221=580 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.03% from 580); Green value is 237 (92.97% from 255 or 40.86% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 237 - color contains mainly: green. Hex color #7AEDDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AEDDD is #851222. Grayscale: #C8C8C8. Windows color (decimal): -8720931 or 14544250. OLE color: 14544250.

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

Color convert

RGB 122 237 221 -
CMYK 0.49 0 0.07 0.07
HSL 171.65º 0.76% 0.7% -
HSV(B) 171.65º 0.49% 0.93% -
XYZ 51.36 69.93 79.2 -
YUV 200.79 139.4 71.8 -
System Red Green Blue C M Y K H S L
Decimal 122 237 221 0.49 0 0.07 0.07 171.65 0.76 0.7
Hex 7A ED DD 31 0 7 7 AC 4C 46
Octal 172 355 335 61 0 7 7 254 114 106
Binary 1111010 11101101 11011101 110001 0 111 111 10101100 1001100 1000110

Color Harmonies of #7AEDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AEDDD

Black with #7AEDDD

Text Example


Text Example

White with #7AEDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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