Html Css Color HEX #7BFAB5 Aquamarine

📋 copy color: '#7BFAB5'

red 123 ◦ green 250 ◦ blue 181

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

Shades of Aquamarine #7BFAB5

Tints of Aquamarine #7BFAB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 32.67%

R = 22.2%
G = 45.13%
B = 32.67%

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

#7BFAB5 (or 0x7BFAB5) is known color: Aquamarine. HEX triplet: 7B, FA and B5. RGB value is (123,250,181). Sum of RGB (Red+Green+Blue) = 123+250+181=554 (73% of max value = 765). Red value is 123 (48.44% from 255 or 22.20% from 554); Green value is 250 (98.05% from 255 or 45.13% from 554); Blue value is 181 (71.09% from 255 or 32.67% from 554); Max value from RGB is 250 - color contains mainly: green. Hex color #7BFAB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFAB5 is #84054A. Grayscale: #CCCCCC. Windows color (decimal): -8652107 or 11926139. OLE color: 11926139.

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

Color convert

RGB 123 250 181 -
CMYK 0.51 0 0.28 0.02
HSL 147.4º 0.93% 0.73% -
HSV(B) 147.4º 0.51% 0.98% -
XYZ 50.69 75.92 55.7 -
YUV 204.16 114.92 70.11 -
System Red Green Blue C M Y K H S L
Decimal 123 250 181 0.51 0 0.28 0.02 147.4 0.93 0.73
Hex 7B FA B5 33 0 1C 2 93 5D 49
Octal 173 372 265 63 0 34 2 223 135 111
Binary 1111011 11111010 10110101 110011 0 11100 10 10010011 1011101 1001001

Color Harmonies of #7BFAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BFAB5

Black with #7BFAB5

Text Example


Text Example

White with #7BFAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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