Html Css Color HEX #7ACFAB Medium Aquamarine

📋 copy color: '#7ACFAB'

red 122 ◦ green 207 ◦ blue 171

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

Shades of Medium Aquamarine #7ACFAB

Tints of Medium Aquamarine #7ACFAB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.4%

 BLUE value IS 171 (67.19% from 255) = 34.2%

R = 24.4%
G = 41.4%
B = 34.2%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#7ACFAB (or 0x7ACFAB) is known color: Medium Aquamarine. HEX triplet: 7A, CF and AB. RGB value is (122,207,171). Sum of RGB (Red+Green+Blue) = 122+207+171=500 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.4% from 500); Green value is 207 (81.25% from 255 or 41.4% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 207 - color contains mainly: green. Hex color #7ACFAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACFAB is #853054. Grayscale: #B1B1B1. Windows color (decimal): -8728661 or 11259770. OLE color: 11259770.

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

Color convert

RGB 122 207 171 -
CMYK 0.41 0 0.17 0.19
HSL 154.59º 0.47% 0.65% -
HSV(B) 154.59º 0.41% 0.81% -
XYZ 37.69 51.7 46.52 -
YUV 177.48 124.34 88.43 -
System Red Green Blue C M Y K H S L
Decimal 122 207 171 0.41 0 0.17 0.19 154.59 0.47 0.65
Hex 7A CF AB 29 0 11 13 9B 2F 41
Octal 172 317 253 51 0 21 23 233 57 101
Binary 1111010 11001111 10101011 101001 0 10001 10011 10011011 101111 1000001

Color Harmonies of #7ACFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACFAB

Black with #7ACFAB

Text Example


Text Example

White with #7ACFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,207,171); }

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

background-color css

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

 a { background-color: rgb(122,207,171); }

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

border-color css

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

 span { border-color: rgb(122,207,171); }

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