Html Css Color HEX #7BFAC5 Aquamarine

📋 copy color: '#7BFAC5'

red 123 ◦ green 250 ◦ blue 197

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

Shades of Aquamarine #7BFAC5

Tints of Aquamarine #7BFAC5

RGB

 RED value IS 123 (48.44% from 255) = 21.58%

 GREEN value IS 250 (98.05% from 255) = 43.86%

 BLUE value IS 197 (77.34% from 255) = 34.56%

R = 21.58%
G = 43.86%
B = 34.56%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#7BFAC5 (or 0x7BFAC5) is known color: Aquamarine. HEX triplet: 7B, FA and C5. RGB value is (123,250,197). Sum of RGB (Red+Green+Blue) = 123+250+197=570 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.58% from 570); Green value is 250 (98.05% from 255 or 43.86% from 570); Blue value is 197 (77.34% from 255 or 34.56% from 570); Max value from RGB is 250 - color contains mainly: green. Hex color #7BFAC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFAC5 is #84053A. Grayscale: #CECECE. Windows color (decimal): -8652091 or 12974715. OLE color: 12974715.

HSL color Cylindrical-coordinate representation of color #7BFAC5: hue angle of 154.96º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BFAC5 is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB 123 250 197 -
CMYK 0.51 0 0.21 0.02
HSL 154.96º 0.93% 0.73% -
HSV(B) 154.96º 0.51% 0.98% -
XYZ 52.43 76.61 64.85 -
YUV 205.99 122.92 68.81 -
System Red Green Blue C M Y K H S L
Decimal 123 250 197 0.51 0 0.21 0.02 154.96 0.93 0.73
Hex 7B FA C5 33 0 15 2 9B 5D 49
Octal 173 372 305 63 0 25 2 233 135 111
Binary 1111011 11111010 11000101 110011 0 10101 10 10011011 1011101 1001001

Color Harmonies of #7BFAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BFAC5

Black with #7BFAC5

Text Example


Text Example

White with #7BFAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,250,197); }

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

background-color css

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

 a { background-color: rgb(123,250,197); }

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

border-color css

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

 span { border-color: rgb(123,250,197); }

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