Html Css Color HEX #7BF6B9 Aquamarine

📋 copy color: '#7BF6B9'

red 123 ◦ green 246 ◦ blue 185

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

Shades of Aquamarine #7BF6B9

Tints of Aquamarine #7BF6B9

RGB

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

 GREEN value IS 246 (96.48% from 255) = 44.4%

 BLUE value IS 185 (72.66% from 255) = 33.39%

R = 22.2%
G = 44.4%
B = 33.39%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.25

 K value IS 0.04

RGB Variations

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

Color information

#7BF6B9 (or 0x7BF6B9) is known color: Aquamarine. HEX triplet: 7B, F6 and B9. RGB value is (123,246,185). Sum of RGB (Red+Green+Blue) = 123+246+185=554 (73% of max value = 765). Red value is 123 (48.44% from 255 or 22.20% from 554); Green value is 246 (96.48% from 255 or 44.40% from 554); Blue value is 185 (72.66% from 255 or 33.39% from 554); Max value from RGB is 246 - color contains mainly: green. Hex color #7BF6B9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BF6B9 is #840946. Grayscale: #CACACA. Windows color (decimal): -8653127 or 12187259. OLE color: 12187259.

HSL color Cylindrical-coordinate representation of color #7BF6B9: hue angle of 150.24º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7BF6B9 is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.04.

Color convert

RGB 123 246 185 -
CMYK 0.50 0 0.25 0.04
HSL 150.24º 0.87% 0.72% -
HSV(B) 150.24º 0.5% 0.96% -
XYZ 49.88 73.63 57.48 -
YUV 202.27 118.25 71.46 -
System Red Green Blue C M Y K H S L
Decimal 123 246 185 0.50 0 0.25 0.04 150.24 0.87 0.72
Hex 7B F6 B9 32 0 19 4 96 57 48
Octal 173 366 271 62 0 31 4 226 127 110
Binary 1111011 11110110 10111001 110010 0 11001 100 10010110 1010111 1001000

Color Harmonies of #7BF6B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BF6B9

Black with #7BF6B9

Text Example


Text Example

White with #7BF6B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,246,185); }

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

background-color css

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

 a { background-color: rgb(123,246,185); }

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

border-color css

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

 span { border-color: rgb(123,246,185); }

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