#84FFCC

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

Shades of Aquamarine #84FFCC

Tints of Aquamarine #84FFCC

Color information

#84FFCC (or 0x84FFCC) is unknown color: approx Aquamarine. HEX triplet: 84, FF and CC. RGB value is (132,255,204). Sum of RGB (Red+Green+Blue) = 132+255+204=591 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.34% from 591); Green value is 255 (100% from 255 or 43.15% from 591); Blue value is 204 (80.08% from 255 or 34.52% from 591); Max value from RGB is 255 - color contains mainly: green. Hex color #84FFCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FFCC is #7B0033. Grayscale: #D4D4D4. Windows color (decimal): -8060980 or 13434756. OLE color: 13434756.

HSL color Cylindrical-coordinate representation of color #84FFCC: hue angle of 155.12º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84FFCC is Cyan = 0.48, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.

Color convert

RGB132255204-
CMYK0.4800.20
HSL155.12º100%75.88%-
HSV(B)155.12º48.24%100%-
XYZ56.1780.7969.76-
YUV212.41123.2570.65-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.34%
GREEN value IS 255 (100% from 255) = 43.15%
BLUE value IS 204 (80.08% from 255) = 34.52%
R=22.34%
G=43.15%
B=34.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1322552040.4800.20155.1210075.88
Hex84FFCC3001409b644c
Octal204377314600240233144114
Binary10000100111111111100110011000001010001001101111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84FFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,255,204); }

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

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

 a { background-color: rgb(132,255,204); }

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

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

 span { border-color: rgb(132,255,204); }

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