#7BF1DF

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

Shades of Aquamarine #7BF1DF

Tints of Aquamarine #7BF1DF

Color information

#7BF1DF (or 0x7BF1DF) is unknown color: approx Aquamarine. HEX triplet: 7B, F1 and DF. RGB value is (123,241,223). Sum of RGB (Red+Green+Blue) = 123+241+223=587 (77% of max value = 765). Red value is 123 (48.44% from 255 or 20.95% from 587); Green value is 241 (94.53% from 255 or 41.06% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 241 - color contains mainly: green. Hex color #7BF1DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BF1DF is #840E20. Grayscale: #CBCBCB. Windows color (decimal): -8654369 or 14676347. OLE color: 14676347.

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

Color convert

RGB123241223-
CMYK0.4900.070.05
HSL170.85º80.82%71.37%-
HSV(B)170.85º48.96%94.51%-
XYZ52.9472.4581.01-
YUV203.67138.9170.46-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 20.95%
GREEN value IS 241 (94.53% from 255) = 41.06%
BLUE value IS 223 (87.5% from 255) = 37.99%
R=20.95%
G=41.06%
B=37.99%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1232412230.4900.070.05170.8580.8271.37
Hex7BF1DF31075ab5147
Octal17336133761075253121107
Binary1111011111100011101111111000101111011010101110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BF1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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