Html Css Color HEX #7BFAB4 Aquamarine

📋 copy color: '#7BFAB4'

red 123 ◦ green 250 ◦ blue 180

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

Shades of Aquamarine #7BFAB4

Tints of Aquamarine #7BFAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 32.55%

R = 22.24%
G = 45.21%
B = 32.55%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#7BFAB4 (or 0x7BFAB4) is known color: Aquamarine. HEX triplet: 7B, FA and B4. RGB value is (123,250,180). Sum of RGB (Red+Green+Blue) = 123+250+180=553 (73% of max value = 765). Red value is 123 (48.44% from 255 or 22.24% from 553); Green value is 250 (98.05% from 255 or 45.21% from 553); Blue value is 180 (70.70% from 255 or 32.55% from 553); Max value from RGB is 250 - color contains mainly: green. Hex color #7BFAB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFAB4 is #84054B. Grayscale: #CCCCCC. Windows color (decimal): -8652108 or 11860603. OLE color: 11860603.

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

Color convert

RGB 123 250 180 -
CMYK 0.51 0 0.28 0.02
HSL 146.93º 0.93% 0.73% -
HSV(B) 146.93º 0.51% 0.98% -
XYZ 50.59 75.88 55.16 -
YUV 204.05 114.42 70.19 -
System Red Green Blue C M Y K H S L
Decimal 123 250 180 0.51 0 0.28 0.02 146.93 0.93 0.73
Hex 7B FA B4 33 0 1C 2 93 5D 49
Octal 173 372 264 63 0 34 2 223 135 111
Binary 1111011 11111010 10110100 110011 0 11100 10 10010011 1011101 1001001

Color Harmonies of #7BFAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BFAB4

Black with #7BFAB4

Text Example


Text Example

White with #7BFAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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