#7BFFC1

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

Shades of Aquamarine #7BFFC1

Tints of Aquamarine #7BFFC1

Color information

#7BFFC1 (or 0x7BFFC1) is unknown color: approx Aquamarine. HEX triplet: 7B, FF and C1. RGB value is (123,255,193). Sum of RGB (Red+Green+Blue) = 123+255+193=571 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.54% from 571); Green value is 255 (100% from 255 or 44.66% from 571); Blue value is 193 (75.78% from 255 or 33.80% from 571); Max value from RGB is 255 - color contains mainly: green. Hex color #7BFFC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFFC1 is #84003E. Grayscale: #D0D0D0. Windows color (decimal): -8650815 or 12713851. OLE color: 12713851.

HSL color Cylindrical-coordinate representation of color #7BFFC1: hue angle of 151.82º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7BFFC1 is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB123255193-
CMYK0.5200.240
HSL151.82º100%74.12%-
HSV(B)151.82º51.76%100%-
XYZ53.5579.5862.99-
YUV208.46119.2767.04-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 21.54%
GREEN value IS 255 (100% from 255) = 44.66%
BLUE value IS 193 (75.78% from 255) = 33.80%
R=21.54%
G=44.66%
B=33.80%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1232551930.5200.240151.8210074.12
Hex7BFFC134018098644a
Octal173377301640300230144112
Binary1111011111111111100000111010001100001001100011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BFFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,255,193); }

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

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

 a { background-color: rgb(123,255,193); }

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

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

 span { border-color: rgb(123,255,193); }

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