#7BF0BF

Color #7BF0BF Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #7BF0BF

Tints of Aquamarine #7BF0BF

Color information

#7BF0BF (or 0x7BF0BF) is unknown color: approx Aquamarine. HEX triplet: 7B, F0 and BF. RGB value is (123,240,191). Sum of RGB (Red+Green+Blue) = 123+240+191=554 (73% of max value = 765). Red value is 123 (48.44% from 255 or 22.20% from 554); Green value is 240 (94.14% from 255 or 43.32% from 554); Blue value is 191 (75% from 255 or 34.48% from 554); Max value from RGB is 240 - color contains mainly: green. Hex color #7BF0BF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BF0BF is #840F40. Grayscale: #C7C7C7. Windows color (decimal): -8654657 or 12578939. OLE color: 12578939.

HSL color Cylindrical-coordinate representation of color #7BF0BF: hue angle of 154.87º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BF0BF is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB123240191-
CMYK0.4900.200.06
HSL154.87º79.59%71.18%-
HSV(B)154.87º48.75%94.12%-
XYZ48.7370.2960.29-
YUV199.43123.2473.48-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.20%
GREEN value IS 240 (94.14% from 255) = 43.32%
BLUE value IS 191 (75% from 255) = 34.48%
R=22.20%
G=43.32%
B=34.48%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1232401910.4900.200.06154.8779.5971.18
Hex7BF0BF3101469b5047
Octal173360277610246233120107
Binary111101111110000101111111100010101001101001101110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BF0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,240,191); }

 H1.HeaderClassName
 {
   color: #7BF0BF;
 }
 .AnyTagClassName
 {
   color: #7BF0BF;
 }
</style>
background-color css

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

 a { background-color: rgb(123,240,191); }

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

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

 span { border-color: rgb(123,240,191); }

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