#7BF1DE

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

Shades of Aquamarine #7BF1DE

Tints of Aquamarine #7BF1DE

Color information

#7BF1DE (or 0x7BF1DE) is unknown color: approx Aquamarine. HEX triplet: 7B, F1 and DE. RGB value is (123,241,222). Sum of RGB (Red+Green+Blue) = 123+241+222=586 (77% of max value = 765). Red value is 123 (48.44% from 255 or 20.99% from 586); Green value is 241 (94.53% from 255 or 41.13% from 586); Blue value is 222 (87.11% from 255 or 37.88% from 586); Max value from RGB is 241 - color contains mainly: green. Hex color #7BF1DE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BF1DE is #840E21. Grayscale: #CBCBCB. Windows color (decimal): -8654370 or 14610811. OLE color: 14610811.

HSL color Cylindrical-coordinate representation of color #7BF1DE: hue angle of 170.34º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BF1DE is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB123241222-
CMYK0.4900.080.05
HSL170.34º80.82%71.37%-
HSV(B)170.34º48.96%94.51%-
XYZ52.8172.480.3-
YUV203.55138.4170.54-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 20.99%
GREEN value IS 241 (94.53% from 255) = 41.13%
BLUE value IS 222 (87.11% from 255) = 37.88%
R=20.99%
G=41.13%
B=37.88%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1232412220.4900.080.05170.3480.8271.37
Hex7BF1DE31085aa5147
Octal173361336610105252121107
Binary11110111111000111011110110001010001011010101010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BF1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,241,222); }

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

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

 a { background-color: rgb(123,241,222); }

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

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

 span { border-color: rgb(123,241,222); }

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