Html Css Color HEX #7BFABC Aquamarine

📋 copy color: '#7BFABC'

red 123 ◦ green 250 ◦ blue 188

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

Shades of Aquamarine #7BFABC

Tints of Aquamarine #7BFABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.51%

R = 21.93%
G = 44.56%
B = 33.51%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#7BFABC (or 0x7BFABC) is known color: Aquamarine. HEX triplet: 7B, FA and BC. RGB value is (123,250,188). Sum of RGB (Red+Green+Blue) = 123+250+188=561 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.93% from 561); Green value is 250 (98.05% from 255 or 44.56% from 561); Blue value is 188 (73.83% from 255 or 33.51% from 561); Max value from RGB is 250 - color contains mainly: green. Hex color #7BFABC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFABC is #840543. Grayscale: #CDCDCD. Windows color (decimal): -8652100 or 12384891. OLE color: 12384891.

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

Color convert

RGB 123 250 188 -
CMYK 0.51 0 0.25 0.02
HSL 150.71º 0.93% 0.73% -
HSV(B) 150.71º 0.51% 0.98% -
XYZ 51.43 76.21 59.58 -
YUV 204.96 118.42 69.54 -
System Red Green Blue C M Y K H S L
Decimal 123 250 188 0.51 0 0.25 0.02 150.71 0.93 0.73
Hex 7B FA BC 33 0 19 2 97 5D 49
Octal 173 372 274 63 0 31 2 227 135 111
Binary 1111011 11111010 10111100 110011 0 11001 10 10010111 1011101 1001001

Color Harmonies of #7BFABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BFABC

Black with #7BFABC

Text Example


Text Example

White with #7BFABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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