Html Css Color HEX #7ACEA3 Medium Aquamarine

📋 copy color: '#7ACEA3'

red 122 ◦ green 206 ◦ blue 163

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

Shades of Medium Aquamarine #7ACEA3

Tints of Medium Aquamarine #7ACEA3

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.96%

 BLUE value IS 163 (64.06% from 255) = 33.2%

R = 24.85%
G = 41.96%
B = 33.2%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.21

 K value IS 0.19

RGB Variations

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

Color information

#7ACEA3 (or 0x7ACEA3) is known color: Medium Aquamarine. HEX triplet: 7A, CE and A3. RGB value is (122,206,163). Sum of RGB (Red+Green+Blue) = 122+206+163=491 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.85% from 491); Green value is 206 (80.86% from 255 or 41.96% from 491); Blue value is 163 (64.06% from 255 or 33.20% from 491); Max value from RGB is 206 - color contains mainly: green. Hex color #7ACEA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACEA3 is #85315C. Grayscale: #B0B0B0. Windows color (decimal): -8728925 or 10735226. OLE color: 10735226.

HSL color Cylindrical-coordinate representation of color #7ACEA3: hue angle of 149.29º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ACEA3 is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB 122 206 163 -
CMYK 0.41 0 0.21 0.19
HSL 149.29º 0.46% 0.64% -
HSV(B) 149.29º 0.41% 0.81% -
XYZ 36.71 50.92 42.55 -
YUV 175.98 120.67 89.5 -
System Red Green Blue C M Y K H S L
Decimal 122 206 163 0.41 0 0.21 0.19 149.29 0.46 0.64
Hex 7A CE A3 29 0 15 13 95 2E 40
Octal 172 316 243 51 0 25 23 225 56 100
Binary 1111010 11001110 10100011 101001 0 10101 10011 10010101 101110 1000000

Color Harmonies of #7ACEA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACEA3

Black with #7ACEA3

Text Example


Text Example

White with #7ACEA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,206,163); }

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

background-color css

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

 a { background-color: rgb(122,206,163); }

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

border-color css

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

 span { border-color: rgb(122,206,163); }

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