#7BFCCC

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

Shades of Aquamarine #7BFCCC

Tints of Aquamarine #7BFCCC

Color information

#7BFCCC (or 0x7BFCCC) is unknown color: approx Aquamarine. HEX triplet: 7B, FC and CC. RGB value is (123,252,204). Sum of RGB (Red+Green+Blue) = 123+252+204=579 (76% of max value = 765). Red value is 123 (48.44% from 255 or 21.24% from 579); Green value is 252 (98.83% from 255 or 43.52% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 252 - color contains mainly: green. Hex color #7BFCCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFCCC is #840333. Grayscale: #D0D0D0. Windows color (decimal): -8651572 or 13433979. OLE color: 13433979.

HSL color Cylindrical-coordinate representation of color #7BFCCC: hue angle of 157.67º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BFCCC is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB123252204-
CMYK0.5100.190.01
HSL157.67º95.56%73.53%-
HSV(B)157.67º51.19%98.82%-
XYZ53.8878.1969.38-
YUV207.96125.7667.4-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 21.24%
GREEN value IS 252 (98.83% from 255) = 43.52%
BLUE value IS 204 (80.08% from 255) = 35.23%
R=21.24%
G=43.52%
B=35.23%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1232522040.5100.190.01157.6795.5673.53
Hex7BFCCC3301319e604a
Octal173374314630231236140112
Binary1111011111111001100110011001101001111001111011000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BFCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,252,204); }

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

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

 a { background-color: rgb(123,252,204); }

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

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

 span { border-color: rgb(123,252,204); }

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