Html Css Color HEX #7AECDC Aquamarine

📋 copy color: '#7AECDC'

red 122 ◦ green 236 ◦ blue 220

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

Shades of Aquamarine #7AECDC

Tints of Aquamarine #7AECDC

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.83%

 BLUE value IS 220 (86.33% from 255) = 38.06%

R = 21.11%
G = 40.83%
B = 38.06%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#7AECDC (or 0x7AECDC) is known color: Aquamarine. HEX triplet: 7A, EC and DC. RGB value is (122,236,220). Sum of RGB (Red+Green+Blue) = 122+236+220=578 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.11% from 578); Green value is 236 (92.58% from 255 or 40.83% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 236 - color contains mainly: green. Hex color #7AECDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AECDC is #851323. Grayscale: #C8C8C8. Windows color (decimal): -8721188 or 14478458. OLE color: 14478458.

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

Color convert

RGB 122 236 220 -
CMYK 0.48 0 0.07 0.07
HSL 171.58º 0.75% 0.7% -
HSV(B) 171.58º 0.48% 0.93% -
XYZ 50.94 69.3 78.4 -
YUV 200.09 139.23 72.3 -
System Red Green Blue C M Y K H S L
Decimal 122 236 220 0.48 0 0.07 0.07 171.58 0.75 0.7
Hex 7A EC DC 30 0 7 7 AC 4B 46
Octal 172 354 334 60 0 7 7 254 113 106
Binary 1111010 11101100 11011100 110000 0 111 111 10101100 1001011 1000110

Color Harmonies of #7AECDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AECDC

Black with #7AECDC

Text Example


Text Example

White with #7AECDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,236,220); }

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

background-color css

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

 a { background-color: rgb(122,236,220); }

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

border-color css

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

 span { border-color: rgb(122,236,220); }

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