#84FDCF

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

Shades of Aquamarine #84FDCF

Tints of Aquamarine #84FDCF

Color information

#84FDCF (or 0x84FDCF) is unknown color: approx Aquamarine. HEX triplet: 84, FD and CF. RGB value is (132,253,207). Sum of RGB (Red+Green+Blue) = 132+253+207=592 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.30% from 592); Green value is 253 (99.22% from 255 or 42.74% from 592); Blue value is 207 (81.25% from 255 or 34.97% from 592); Max value from RGB is 253 - color contains mainly: green. Hex color #84FDCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FDCF is #7B0230. Grayscale: #D3D3D3. Windows color (decimal): -8061489 or 13630852. OLE color: 13630852.

HSL color Cylindrical-coordinate representation of color #84FDCF: hue angle of 157.19º degrees, saturation: 0.97, 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 #84FDCF is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB132253207-
CMYK0.4800.180.01
HSL157.19º96.8%75.49%-
HSV(B)157.19º47.83%99.22%-
XYZ55.979.6671.46-
YUV211.58125.4171.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.30%
GREEN value IS 253 (99.22% from 255) = 42.74%
BLUE value IS 207 (81.25% from 255) = 34.97%
R=22.30%
G=42.74%
B=34.97%

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
Decimal1322532070.4800.180.01157.1996.875.49
Hex84FDCF3001219d614b
Octal204375317600221235141113
Binary10000100111111011100111111000001001011001110111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84FDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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