Html Css Color HEX #7AF8B9 Aquamarine

📋 copy color: '#7AF8B9'

red 122 ◦ green 248 ◦ blue 185

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

Shades of Aquamarine #7AF8B9

Tints of Aquamarine #7AF8B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 33.33%

R = 21.98%
G = 44.68%
B = 33.33%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#7AF8B9 (or 0x7AF8B9) is known color: Aquamarine. HEX triplet: 7A, F8 and B9. RGB value is (122,248,185). Sum of RGB (Red+Green+Blue) = 122+248+185=555 (73% of max value = 765). Red value is 122 (48.05% from 255 or 21.98% from 555); Green value is 248 (97.27% from 255 or 44.68% from 555); Blue value is 185 (72.66% from 255 or 33.33% from 555); Max value from RGB is 248 - color contains mainly: green. Hex color #7AF8B9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF8B9 is #850746. Grayscale: #CBCBCB. Windows color (decimal): -8718151 or 12187770. OLE color: 12187770.

HSL color Cylindrical-coordinate representation of color #7AF8B9: hue angle of 150º 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 #7AF8B9 is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 122 248 185 -
CMYK 0.51 0 0.25 0.03
HSL 150º 0.9% 0.73% -
HSV(B) 150º 0.51% 0.97% -
XYZ 50.35 74.78 57.68 -
YUV 203.14 117.76 70.12 -
System Red Green Blue C M Y K H S L
Decimal 122 248 185 0.51 0 0.25 0.03 150 0.9 0.73
Hex 7A F8 B9 33 0 19 3 96 5A 49
Octal 172 370 271 63 0 31 3 226 132 111
Binary 1111010 11111000 10111001 110011 0 11001 11 10010110 1011010 1001001

Color Harmonies of #7AF8B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF8B9

Black with #7AF8B9

Text Example


Text Example

White with #7AF8B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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