#84EBE0

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

Shades of Aquamarine #84EBE0

Tints of Aquamarine #84EBE0

Color information

#84EBE0 (or 0x84EBE0) is unknown color: approx Aquamarine. HEX triplet: 84, EB and E0. RGB value is (132,235,224). Sum of RGB (Red+Green+Blue) = 132+235+224=591 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.34% from 591); Green value is 235 (92.19% from 255 or 39.76% from 591); Blue value is 224 (87.89% from 255 or 37.90% from 591); Max value from RGB is 235 - color contains mainly: green. Hex color #84EBE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EBE0 is #7B141F. Grayscale: #CACACA. Windows color (decimal): -8066080 or 14740356. OLE color: 14740356.

HSL color Cylindrical-coordinate representation of color #84EBE0: hue angle of 173.59º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84EBE0 is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB132235224-
CMYK0.4400.050.08
HSL173.59º72.03%71.96%-
HSV(B)173.59º43.83%92.16%-
XYZ52.6869.781.2-
YUV202.95139.8877.39-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.34%
GREEN value IS 235 (92.19% from 255) = 39.76%
BLUE value IS 224 (87.89% from 255) = 37.90%
R=22.34%
G=39.76%
B=37.90%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1322352240.4400.050.08173.5972.0371.96
Hex84EBE02C058ae4848
Octal204353340540510256110110
Binary100001001110101111100000101100010110001010111010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84EBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,235,224); }

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

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

 a { background-color: rgb(132,235,224); }

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

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

 span { border-color: rgb(132,235,224); }

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