Html Css Color HEX #7BFAC6 Aquamarine

📋 copy color: '#7BFAC6'

red 123 ◦ green 250 ◦ blue 198

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

Shades of Aquamarine #7BFAC6

Tints of Aquamarine #7BFAC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 34.68%

R = 21.54%
G = 43.78%
B = 34.68%

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

#7BFAC6 (or 0x7BFAC6) is known color: Aquamarine. HEX triplet: 7B, FA and C6. RGB value is (123,250,198). Sum of RGB (Red+Green+Blue) = 123+250+198=571 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.54% from 571); Green value is 250 (98.05% from 255 or 43.78% from 571); Blue value is 198 (77.73% from 255 or 34.68% from 571); Max value from RGB is 250 - color contains mainly: green. Hex color #7BFAC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFAC6 is #840539. Grayscale: #CECECE. Windows color (decimal): -8652090 or 13040251. OLE color: 13040251.

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

Color convert

RGB 123 250 198 -
CMYK 0.51 0 0.21 0.02
HSL 155.43º 0.93% 0.73% -
HSV(B) 155.43º 0.51% 0.98% -
XYZ 52.55 76.66 65.45 -
YUV 206.1 123.42 68.73 -
System Red Green Blue C M Y K H S L
Decimal 123 250 198 0.51 0 0.21 0.02 155.43 0.93 0.73
Hex 7B FA C6 33 0 15 2 9B 5D 49
Octal 173 372 306 63 0 25 2 233 135 111
Binary 1111011 11111010 11000110 110011 0 10101 10 10011011 1011101 1001001

Color Harmonies of #7BFAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BFAC6

Black with #7BFAC6

Text Example


Text Example

White with #7BFAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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