Html Css Color HEX #7AF8B0 Aquamarine

📋 copy color: '#7AF8B0'

red 122 ◦ green 248 ◦ blue 176

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

Shades of Aquamarine #7AF8B0

Tints of Aquamarine #7AF8B0

RGB

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

 GREEN value IS 248 (97.27% from 255) = 45.42%

 BLUE value IS 176 (69.14% from 255) = 32.23%

R = 22.34%
G = 45.42%
B = 32.23%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#7AF8B0 (or 0x7AF8B0) is known color: Aquamarine. HEX triplet: 7A, F8 and B0. RGB value is (122,248,176). Sum of RGB (Red+Green+Blue) = 122+248+176=546 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.34% from 546); Green value is 248 (97.27% from 255 or 45.42% from 546); Blue value is 176 (69.14% from 255 or 32.23% from 546); Max value from RGB is 248 - color contains mainly: green. Hex color #7AF8B0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF8B0 is #85074F. Grayscale: #CACACA. Windows color (decimal): -8718160 or 11597946. OLE color: 11597946.

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

Color convert

RGB 122 248 176 -
CMYK 0.51 0 0.29 0.03
HSL 145.71º 0.9% 0.73% -
HSV(B) 145.71º 0.51% 0.97% -
XYZ 49.43 74.41 52.83 -
YUV 202.12 113.26 70.85 -
System Red Green Blue C M Y K H S L
Decimal 122 248 176 0.51 0 0.29 0.03 145.71 0.9 0.73
Hex 7A F8 B0 33 0 1D 3 92 5A 49
Octal 172 370 260 63 0 35 3 222 132 111
Binary 1111010 11111000 10110000 110011 0 11101 11 10010010 1011010 1001001

Color Harmonies of #7AF8B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF8B0

Black with #7AF8B0

Text Example


Text Example

White with #7AF8B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,248,176); }

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

background-color css

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

 a { background-color: rgb(122,248,176); }

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

border-color css

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

 span { border-color: rgb(122,248,176); }

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