#84F1C3

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

Shades of Aquamarine #84F1C3

Tints of Aquamarine #84F1C3

Color information

#84F1C3 (or 0x84F1C3) is unknown color: approx Aquamarine. HEX triplet: 84, F1 and C3. RGB value is (132,241,195). Sum of RGB (Red+Green+Blue) = 132+241+195=568 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.24% from 568); Green value is 241 (94.53% from 255 or 42.43% from 568); Blue value is 195 (76.56% from 255 or 34.33% from 568); Max value from RGB is 241 - color contains mainly: green. Hex color #84F1C3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F1C3 is #7B0E3C. Grayscale: #CBCBCB. Windows color (decimal): -8064573 or 12841348. OLE color: 12841348.

HSL color Cylindrical-coordinate representation of color #84F1C3: hue angle of 154.68º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84F1C3 is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB132241195-
CMYK0.4500.190.05
HSL154.68º79.56%73.14%-
HSV(B)154.68º45.23%94.51%-
XYZ50.8271.7662.8-
YUV203.16123.3977.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.24%
GREEN value IS 241 (94.53% from 255) = 42.43%
BLUE value IS 195 (76.56% from 255) = 34.33%
R=23.24%
G=42.43%
B=34.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1322411950.4500.190.05154.6879.5673.14
Hex84F1C32D01359b5049
Octal204361303550235233120111
Binary1000010011110001110000111011010100111011001101110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84F1C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,241,195); }

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

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

 a { background-color: rgb(132,241,195); }

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

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

 span { border-color: rgb(132,241,195); }

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