#7BFECA

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

Shades of Aquamarine #7BFECA

Tints of Aquamarine #7BFECA

Color information

#7BFECA (or 0x7BFECA) is unknown color: approx Aquamarine. HEX triplet: 7B, FE and CA. RGB value is (123,254,202). Sum of RGB (Red+Green+Blue) = 123+254+202=579 (76% of max value = 765). Red value is 123 (48.44% from 255 or 21.24% from 579); Green value is 254 (99.61% from 255 or 43.87% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 254 - color contains mainly: green. Hex color #7BFECA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFECA is #840135. Grayscale: #D0D0D0. Windows color (decimal): -8651062 or 13303419. OLE color: 13303419.

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

Color convert

RGB123254202-
CMYK0.5200.200.00
HSL156.18º98.5%73.92%-
HSV(B)156.18º51.57%99.61%-
XYZ54.2779.3668.33-
YUV208.9124.166.73-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 21.24%
GREEN value IS 254 (99.61% from 255) = 43.87%
BLUE value IS 202 (79.30% from 255) = 34.89%
R=21.24%
G=43.87%
B=34.89%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1232542020.5200.200.00156.1898.573.92
Hex7BFECA3401409c624a
Octal173376312640240234142112
Binary1111011111111101100101011010001010001001110011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BFECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,254,202); }

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

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

 a { background-color: rgb(123,254,202); }

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

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

 span { border-color: rgb(123,254,202); }

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