Html Css Color HEX #7AEDC2 Aquamarine

📋 copy color: '#7AEDC2'

red 122 ◦ green 237 ◦ blue 194

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

Shades of Aquamarine #7AEDC2

Tints of Aquamarine #7AEDC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.08%

R = 22.06%
G = 42.86%
B = 35.08%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#7AEDC2 (or 0x7AEDC2) is known color: Aquamarine. HEX triplet: 7A, ED and C2. RGB value is (122,237,194). Sum of RGB (Red+Green+Blue) = 122+237+194=553 (73% of max value = 765). Red value is 122 (48.05% from 255 or 22.06% from 553); Green value is 237 (92.97% from 255 or 42.86% from 553); Blue value is 194 (76.17% from 255 or 35.08% from 553); Max value from RGB is 237 - color contains mainly: green. Hex color #7AEDC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AEDC2 is #85123D. Grayscale: #C5C5C5. Windows color (decimal): -8720958 or 12774778. OLE color: 12774778.

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

Color convert

RGB 122 237 194 -
CMYK 0.49 0 0.18 0.07
HSL 157.57º 0.76% 0.7% -
HSV(B) 157.57º 0.49% 0.93% -
XYZ 48.05 68.6 61.75 -
YUV 197.71 125.9 74 -
System Red Green Blue C M Y K H S L
Decimal 122 237 194 0.49 0 0.18 0.07 157.57 0.76 0.7
Hex 7A ED C2 31 0 12 7 9E 4C 46
Octal 172 355 302 61 0 22 7 236 114 106
Binary 1111010 11101101 11000010 110001 0 10010 111 10011110 1001100 1000110

Color Harmonies of #7AEDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AEDC2

Black with #7AEDC2

Text Example


Text Example

White with #7AEDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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