Html Css Color HEX #7AF7B3 Aquamarine

📋 copy color: '#7AF7B3'

red 122 ◦ green 247 ◦ blue 179

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

Shades of Aquamarine #7AF7B3

Tints of Aquamarine #7AF7B3

RGB

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

 GREEN value IS 247 (96.88% from 255) = 45.07%

 BLUE value IS 179 (70.31% from 255) = 32.66%

R = 22.26%
G = 45.07%
B = 32.66%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#7AF7B3 (or 0x7AF7B3) is known color: Aquamarine. HEX triplet: 7A, F7 and B3. RGB value is (122,247,179). Sum of RGB (Red+Green+Blue) = 122+247+179=548 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.26% from 548); Green value is 247 (96.88% from 255 or 45.07% from 548); Blue value is 179 (70.31% from 255 or 32.66% from 548); Max value from RGB is 247 - color contains mainly: green. Hex color #7AF7B3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF7B3 is #85084C. Grayscale: #CACACA. Windows color (decimal): -8718413 or 11794298. OLE color: 11794298.

HSL color Cylindrical-coordinate representation of color #7AF7B3: hue angle of 147.36º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AF7B3 is Cyan = 0.51, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.

Color convert

RGB 122 247 179 -
CMYK 0.51 0 0.28 0.03
HSL 147.36º 0.89% 0.72% -
HSV(B) 147.36º 0.51% 0.97% -
XYZ 49.42 73.91 54.31 -
YUV 201.87 115.09 71.03 -
System Red Green Blue C M Y K H S L
Decimal 122 247 179 0.51 0 0.28 0.03 147.36 0.89 0.72
Hex 7A F7 B3 33 0 1C 3 93 59 48
Octal 172 367 263 63 0 34 3 223 131 110
Binary 1111010 11110111 10110011 110011 0 11100 11 10010011 1011001 1001000

Color Harmonies of #7AF7B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF7B3

Black with #7AF7B3

Text Example


Text Example

White with #7AF7B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,247,179); }

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

background-color css

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

 a { background-color: rgb(122,247,179); }

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

border-color css

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

 span { border-color: rgb(122,247,179); }

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