#84FBCE

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

Shades of Aquamarine #84FBCE

Tints of Aquamarine #84FBCE

Color information

#84FBCE (or 0x84FBCE) is unknown color: approx Aquamarine. HEX triplet: 84, FB and CE. RGB value is (132,251,206). Sum of RGB (Red+Green+Blue) = 132+251+206=589 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.41% from 589); Green value is 251 (98.44% from 255 or 42.61% from 589); Blue value is 206 (80.86% from 255 or 34.97% from 589); Max value from RGB is 251 - color contains mainly: green. Hex color #84FBCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FBCE is #7B0431. Grayscale: #D2D2D2. Windows color (decimal): -8062002 or 13564804. OLE color: 13564804.

HSL color Cylindrical-coordinate representation of color #84FBCE: hue angle of 157.31º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84FBCE is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB132251206-
CMYK0.4700.180.02
HSL157.31º93.7%75.1%-
HSV(B)157.31º47.41%98.43%-
XYZ55.1578.3670.61-
YUV210.29125.5872.16-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.41%
GREEN value IS 251 (98.44% from 255) = 42.61%
BLUE value IS 206 (80.86% from 255) = 34.97%
R=22.41%
G=42.61%
B=34.97%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1322512060.4700.180.02157.3193.775.1
Hex84FBCE2F01229d5e4b
Octal204373316570222235136113
Binary100001001111101111001110101111010010101001110110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84FBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84FBCE; }

 p { color: rgb(132,251,206); }

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

<style>
 a { background-color: #84FBCE; }

 a { background-color: rgb(132,251,206); }

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

<style>
 span { border-color: #84FBCE; }

 span { border-color: rgb(132,251,206); }

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