Html Css Color HEX #7AF3B1 Aquamarine

📋 copy color: '#7AF3B1'

red 122 ◦ green 243 ◦ blue 177

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

Shades of Aquamarine #7AF3B1

Tints of Aquamarine #7AF3B1

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.83%

 BLUE value IS 177 (69.53% from 255) = 32.66%

R = 22.51%
G = 44.83%
B = 32.66%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#7AF3B1 (or 0x7AF3B1) is known color: Aquamarine. HEX triplet: 7A, F3 and B1. RGB value is (122,243,177). Sum of RGB (Red+Green+Blue) = 122+243+177=542 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.51% from 542); Green value is 243 (95.31% from 255 or 44.83% from 542); Blue value is 177 (69.53% from 255 or 32.66% from 542); Max value from RGB is 243 - color contains mainly: green. Hex color #7AF3B1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF3B1 is #850C4E. Grayscale: #C7C7C7. Windows color (decimal): -8719439 or 11662202. OLE color: 11662202.

HSL color Cylindrical-coordinate representation of color #7AF3B1: hue angle of 147.27º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AF3B1 is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 122 243 177 -
CMYK 0.50 0 0.27 0.05
HSL 147.27º 0.83% 0.72% -
HSV(B) 147.27º 0.5% 0.95% -
XYZ 48.01 71.41 52.85 -
YUV 199.3 115.41 72.87 -
System Red Green Blue C M Y K H S L
Decimal 122 243 177 0.50 0 0.27 0.05 147.27 0.83 0.72
Hex 7A F3 B1 32 0 1B 5 93 53 48
Octal 172 363 261 62 0 33 5 223 123 110
Binary 1111010 11110011 10110001 110010 0 11011 101 10010011 1010011 1001000

Color Harmonies of #7AF3B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF3B1

Black with #7AF3B1

Text Example


Text Example

White with #7AF3B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,243,177); }

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

background-color css

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

 a { background-color: rgb(122,243,177); }

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

border-color css

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

 span { border-color: rgb(122,243,177); }

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