#7BF2B5

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

Shades of Aquamarine #7BF2B5

Tints of Aquamarine #7BF2B5

Color information

#7BF2B5 (or 0x7BF2B5) is unknown color: approx Aquamarine. HEX triplet: 7B, F2 and B5. RGB value is (123,242,181). Sum of RGB (Red+Green+Blue) = 123+242+181=546 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.53% from 546); Green value is 242 (94.92% from 255 or 44.32% from 546); Blue value is 181 (71.09% from 255 or 33.15% from 546); Max value from RGB is 242 - color contains mainly: green. Hex color #7BF2B5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BF2B5 is #840D4A. Grayscale: #C7C7C7. Windows color (decimal): -8654155 or 11924091. OLE color: 11924091.

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

Color convert

RGB123242181-
CMYK0.4900.250.05
HSL149.24º82.07%71.57%-
HSV(B)149.24º49.17%94.9%-
XYZ48.2671.0554.89-
YUV199.47117.5873.46-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.53%
GREEN value IS 242 (94.92% from 255) = 44.32%
BLUE value IS 181 (71.09% from 255) = 33.15%
R=22.53%
G=44.32%
B=33.15%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1232421810.4900.250.05149.2482.0771.57
Hex7BF2B5310195955248
Octal173362265610315225122110
Binary111101111110010101101011100010110011011001010110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BF2B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,242,181); }

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

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

 a { background-color: rgb(123,242,181); }

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

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

 span { border-color: rgb(123,242,181); }

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