#84F9E4

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

Shades of Aquamarine #84F9E4

Tints of Aquamarine #84F9E4

Color information

#84F9E4 (or 0x84F9E4) is unknown color: approx Aquamarine. HEX triplet: 84, F9 and E4. RGB value is (132,249,228). Sum of RGB (Red+Green+Blue) = 132+249+228=609 (80% of max value = 765). Red value is 132 (51.95% from 255 or 21.67% from 609); Green value is 249 (97.66% from 255 or 40.89% from 609); Blue value is 228 (89.45% from 255 or 37.44% from 609); Max value from RGB is 249 - color contains mainly: green. Hex color #84F9E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F9E4 is #7B061B. Grayscale: #D3D3D3. Windows color (decimal): -8062492 or 15006084. OLE color: 15006084.

HSL color Cylindrical-coordinate representation of color #84F9E4: hue angle of 169.23º degrees, saturation: 0.91, 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 #84F9E4 is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB132249228-
CMYK0.4700.080.02
HSL169.23º90.7%74.71%-
HSV(B)169.23º46.99%97.65%-
XYZ57.3978.2685.48-
YUV211.62137.2471.21-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 21.67%
GREEN value IS 249 (97.66% from 255) = 40.89%
BLUE value IS 228 (89.45% from 255) = 37.44%
R=21.67%
G=40.89%
B=37.44%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1322492280.4700.080.02169.2390.774.71
Hex84F9E42F082a95b4b
Octal204371344570102251133113
Binary10000100111110011110010010111101000101010100110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84F9E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,249,228); }

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

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

 a { background-color: rgb(132,249,228); }

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

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

 span { border-color: rgb(132,249,228); }

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