Html Css Color HEX #7ACEA8 Medium Aquamarine

📋 copy color: '#7ACEA8'

red 122 ◦ green 206 ◦ blue 168

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

Shades of Medium Aquamarine #7ACEA8

Tints of Medium Aquamarine #7ACEA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 33.87%

R = 24.6%
G = 41.53%
B = 33.87%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#7ACEA8 (or 0x7ACEA8) is known color: Medium Aquamarine. HEX triplet: 7A, CE and A8. RGB value is (122,206,168). Sum of RGB (Red+Green+Blue) = 122+206+168=496 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.60% from 496); Green value is 206 (80.86% from 255 or 41.53% from 496); Blue value is 168 (66.02% from 255 or 33.87% from 496); Max value from RGB is 206 - color contains mainly: green. Hex color #7ACEA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACEA8 is #853157. Grayscale: #B0B0B0. Windows color (decimal): -8728920 or 11062906. OLE color: 11062906.

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

Color convert

RGB 122 206 168 -
CMYK 0.41 0 0.18 0.19
HSL 152.86º 0.46% 0.64% -
HSV(B) 152.86º 0.41% 0.81% -
XYZ 37.17 51.11 44.95 -
YUV 176.55 123.17 89.09 -
System Red Green Blue C M Y K H S L
Decimal 122 206 168 0.41 0 0.18 0.19 152.86 0.46 0.64
Hex 7A CE A8 29 0 12 13 99 2E 40
Octal 172 316 250 51 0 22 23 231 56 100
Binary 1111010 11001110 10101000 101001 0 10010 10011 10011001 101110 1000000

Color Harmonies of #7ACEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACEA8

Black with #7ACEA8

Text Example


Text Example

White with #7ACEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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