Html Css Color HEX #7BFACE Aquamarine

📋 copy color: '#7BFACE'

red 123 ◦ green 250 ◦ blue 206

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

Shades of Aquamarine #7BFACE

Tints of Aquamarine #7BFACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.58%

R = 21.24%
G = 43.18%
B = 35.58%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#7BFACE (or 0x7BFACE) is known color: Aquamarine. HEX triplet: 7B, FA and CE. RGB value is (123,250,206). Sum of RGB (Red+Green+Blue) = 123+250+206=579 (76% of max value = 765). Red value is 123 (48.44% from 255 or 21.24% from 579); Green value is 250 (98.05% from 255 or 43.18% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 250 - color contains mainly: green. Hex color #7BFACE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFACE is #840531. Grayscale: #CFCFCF. Windows color (decimal): -8652082 or 13564539. OLE color: 13564539.

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

Color convert

RGB 123 250 206 -
CMYK 0.51 0 0.18 0.02
HSL 159.21º 0.93% 0.73% -
HSV(B) 159.21º 0.51% 0.98% -
XYZ 53.49 77.04 70.44 -
YUV 207.01 127.42 68.08 -
System Red Green Blue C M Y K H S L
Decimal 123 250 206 0.51 0 0.18 0.02 159.21 0.93 0.73
Hex 7B FA CE 33 0 12 2 9F 5D 49
Octal 173 372 316 63 0 22 2 237 135 111
Binary 1111011 11111010 11001110 110011 0 10010 10 10011111 1011101 1001001

Color Harmonies of #7BFACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BFACE

Black with #7BFACE

Text Example


Text Example

White with #7BFACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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