#84FCCF

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

Shades of Aquamarine #84FCCF

Tints of Aquamarine #84FCCF

Color information

#84FCCF (or 0x84FCCF) is unknown color: approx Aquamarine. HEX triplet: 84, FC and CF. RGB value is (132,252,207). Sum of RGB (Red+Green+Blue) = 132+252+207=591 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.34% from 591); Green value is 252 (98.83% from 255 or 42.64% from 591); Blue value is 207 (81.25% from 255 or 35.03% from 591); Max value from RGB is 252 - color contains mainly: green. Hex color #84FCCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FCCF is #7B0330. Grayscale: #D3D3D3. Windows color (decimal): -8061745 or 13630596. OLE color: 13630596.

HSL color Cylindrical-coordinate representation of color #84FCCF: hue angle of 157.5º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84FCCF is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB132252207-
CMYK0.4800.180.01
HSL157.5º95.24%75.29%-
HSV(B)157.5º47.62%98.82%-
XYZ55.5979.0371.36-
YUV210.99125.7471.66-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.34%
GREEN value IS 252 (98.83% from 255) = 42.64%
BLUE value IS 207 (81.25% from 255) = 35.03%
R=22.34%
G=42.64%
B=35.03%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1322522070.4800.180.01157.595.2475.29
Hex84FCCF3001219e5f4b
Octal204374317600221236137113
Binary10000100111111001100111111000001001011001111010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84FCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,252,207); }

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

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

 a { background-color: rgb(132,252,207); }

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

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

 span { border-color: rgb(132,252,207); }

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