Html Css Color HEX #7AEDC1 Aquamarine

📋 copy color: '#7AEDC1'

red 122 ◦ green 237 ◦ blue 193

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

Shades of Aquamarine #7AEDC1

Tints of Aquamarine #7AEDC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 34.96%

R = 22.1%
G = 42.93%
B = 34.96%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#7AEDC1 (or 0x7AEDC1) is known color: Aquamarine. HEX triplet: 7A, ED and C1. RGB value is (122,237,193). Sum of RGB (Red+Green+Blue) = 122+237+193=552 (73% of max value = 765). Red value is 122 (48.05% from 255 or 22.10% from 552); Green value is 237 (92.97% from 255 or 42.93% from 552); Blue value is 193 (75.78% from 255 or 34.96% from 552); Max value from RGB is 237 - color contains mainly: green. Hex color #7AEDC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AEDC1 is #85123E. Grayscale: #C5C5C5. Windows color (decimal): -8720959 or 12709242. OLE color: 12709242.

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

Color convert

RGB 122 237 193 -
CMYK 0.49 0 0.19 0.07
HSL 157.04º 0.76% 0.7% -
HSV(B) 157.04º 0.49% 0.93% -
XYZ 47.94 68.56 61.16 -
YUV 197.6 125.4 74.08 -
System Red Green Blue C M Y K H S L
Decimal 122 237 193 0.49 0 0.19 0.07 157.04 0.76 0.7
Hex 7A ED C1 31 0 13 7 9D 4C 46
Octal 172 355 301 61 0 23 7 235 114 106
Binary 1111010 11101101 11000001 110001 0 10011 111 10011101 1001100 1000110

Color Harmonies of #7AEDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AEDC1

Black with #7AEDC1

Text Example


Text Example

White with #7AEDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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