#84FFC1

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

Shades of Aquamarine #84FFC1

Tints of Aquamarine #84FFC1

Color information

#84FFC1 (or 0x84FFC1) is unknown color: approx Aquamarine. HEX triplet: 84, FF and C1. RGB value is (132,255,193). Sum of RGB (Red+Green+Blue) = 132+255+193=580 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.76% from 580); Green value is 255 (100% from 255 or 43.97% from 580); Blue value is 193 (75.78% from 255 or 33.28% from 580); Max value from RGB is 255 - color contains mainly: green. Hex color #84FFC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FFC1 is #7B003E. Grayscale: #D3D3D3. Windows color (decimal): -8060991 or 12713860. OLE color: 12713860.

HSL color Cylindrical-coordinate representation of color #84FFC1: hue angle of 149.76º 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 #84FFC1 is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB132255193-
CMYK0.4800.240
HSL149.76º100%75.88%-
HSV(B)149.76º48.24%100%-
XYZ54.980.2863.05-
YUV211.16117.7571.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.76%
GREEN value IS 255 (100% from 255) = 43.97%
BLUE value IS 193 (75.78% from 255) = 33.28%
R=22.76%
G=43.97%
B=33.28%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1322551930.4800.240149.7610075.88
Hex84FFC130018096644c
Octal204377301600300226144114
Binary10000100111111111100000111000001100001001011011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84FFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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