#7BF0E1

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

Shades of Aquamarine #7BF0E1

Tints of Aquamarine #7BF0E1

Color information

#7BF0E1 (or 0x7BF0E1) is unknown color: approx Aquamarine. HEX triplet: 7B, F0 and E1. RGB value is (123,240,225). Sum of RGB (Red+Green+Blue) = 123+240+225=588 (77% of max value = 765). Red value is 123 (48.44% from 255 or 20.92% from 588); Green value is 240 (94.14% from 255 or 40.82% from 588); Blue value is 225 (88.28% from 255 or 38.27% from 588); Max value from RGB is 240 - color contains mainly: green. Hex color #7BF0E1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BF0E1 is #840F1E. Grayscale: #CBCBCB. Windows color (decimal): -8654623 or 14807163. OLE color: 14807163.

HSL color Cylindrical-coordinate representation of color #7BF0E1: hue angle of 172.31º 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 #7BF0E1 is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB123240225-
CMYK0.4900.060.06
HSL172.31º79.59%71.18%-
HSV(B)172.31º48.75%94.12%-
XYZ52.9271.9782.34-
YUV203.31140.2470.72-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 20.92%
GREEN value IS 240 (94.14% from 255) = 40.82%
BLUE value IS 225 (88.28% from 255) = 38.27%
R=20.92%
G=40.82%
B=38.27%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1232402250.4900.060.06172.3179.5971.18
Hex7BF0E131066ac5047
Octal17336034161066254120107
Binary1111011111100001110000111000101101101010110010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BF0E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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