Html Css Color HEX #7ACFA6 Medium Aquamarine

📋 copy color: '#7ACFA6'

red 122 ◦ green 207 ◦ blue 166

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

Shades of Medium Aquamarine #7ACFA6

Tints of Medium Aquamarine #7ACFA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 33.54%

R = 24.65%
G = 41.82%
B = 33.54%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#7ACFA6 (or 0x7ACFA6) is known color: Medium Aquamarine. HEX triplet: 7A, CF and A6. RGB value is (122,207,166). Sum of RGB (Red+Green+Blue) = 122+207+166=495 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.65% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 166 (65.23% from 255 or 33.54% from 495); Max value from RGB is 207 - color contains mainly: green. Hex color #7ACFA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACFA6 is #853059. Grayscale: #B0B0B0. Windows color (decimal): -8728666 or 10932090. OLE color: 10932090.

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

Color convert

RGB 122 207 166 -
CMYK 0.41 0 0.20 0.19
HSL 151.06º 0.47% 0.65% -
HSV(B) 151.06º 0.41% 0.81% -
XYZ 37.22 51.52 44.06 -
YUV 176.91 121.84 88.83 -
System Red Green Blue C M Y K H S L
Decimal 122 207 166 0.41 0 0.20 0.19 151.06 0.47 0.65
Hex 7A CF A6 29 0 14 13 97 2F 41
Octal 172 317 246 51 0 24 23 227 57 101
Binary 1111010 11001111 10100110 101001 0 10100 10011 10010111 101111 1000001

Color Harmonies of #7ACFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACFA6

Black with #7ACFA6

Text Example


Text Example

White with #7ACFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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