#7BFFCD

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

Shades of Aquamarine #7BFFCD

Tints of Aquamarine #7BFFCD

Color information

#7BFFCD (or 0x7BFFCD) is unknown color: approx Aquamarine. HEX triplet: 7B, FF and CD. RGB value is (123,255,205). Sum of RGB (Red+Green+Blue) = 123+255+205=583 (77% of max value = 765). Red value is 123 (48.44% from 255 or 21.10% from 583); Green value is 255 (100% from 255 or 43.74% from 583); Blue value is 205 (80.47% from 255 or 35.16% from 583); Max value from RGB is 255 - color contains mainly: green. Hex color #7BFFCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFFCD is #840032. Grayscale: #D1D1D1. Windows color (decimal): -8650803 or 13500283. OLE color: 13500283.

HSL color Cylindrical-coordinate representation of color #7BFFCD: hue angle of 157.27º 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 #7BFFCD is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB123255205-
CMYK0.5200.200
HSL157.27º100%74.12%-
HSV(B)157.27º51.76%100%-
XYZ54.9580.1470.33-
YUV209.83125.2766.07-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 21.10%
GREEN value IS 255 (100% from 255) = 43.74%
BLUE value IS 205 (80.47% from 255) = 35.16%
R=21.10%
G=43.74%
B=35.16%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1232552050.5200.200157.2710074.12
Hex7BFFCD3401409d644a
Octal173377315640240235144112
Binary1111011111111111100110111010001010001001110111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BFFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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