#7BF1C3

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

Shades of Aquamarine #7BF1C3

Tints of Aquamarine #7BF1C3

Color information

#7BF1C3 (or 0x7BF1C3) is unknown color: approx Aquamarine. HEX triplet: 7B, F1 and C3. RGB value is (123,241,195). Sum of RGB (Red+Green+Blue) = 123+241+195=559 (74% of max value = 765). Red value is 123 (48.44% from 255 or 22.00% from 559); Green value is 241 (94.53% from 255 or 43.11% from 559); Blue value is 195 (76.56% from 255 or 34.88% from 559); Max value from RGB is 241 - color contains mainly: green. Hex color #7BF1C3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BF1C3 is #840E3C. Grayscale: #C8C8C8. Windows color (decimal): -8654397 or 12841339. OLE color: 12841339.

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

Color convert

RGB123241195-
CMYK0.4900.190.05
HSL156.61º80.82%71.37%-
HSV(B)156.61º48.96%94.51%-
XYZ49.4771.0662.74-
YUV200.47124.9172.74-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.00%
GREEN value IS 241 (94.53% from 255) = 43.11%
BLUE value IS 195 (76.56% from 255) = 34.88%
R=22.00%
G=43.11%
B=34.88%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1232411950.4900.190.05156.6180.8271.37
Hex7BF1C33101359d5147
Octal173361303610235235121107
Binary111101111110001110000111100010100111011001110110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BF1C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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