#84EFCB

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

Shades of Aquamarine #84EFCB

Tints of Aquamarine #84EFCB

Color information

#84EFCB (or 0x84EFCB) is unknown color: approx Aquamarine. HEX triplet: 84, EF and CB. RGB value is (132,239,203). Sum of RGB (Red+Green+Blue) = 132+239+203=574 (76% of max value = 765). Red value is 132 (51.95% from 255 or 23.00% from 574); Green value is 239 (93.75% from 255 or 41.64% from 574); Blue value is 203 (79.69% from 255 or 35.37% from 574); Max value from RGB is 239 - color contains mainly: green. Hex color #84EFCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EFCB is #7B1034. Grayscale: #CACACA. Windows color (decimal): -8065077 or 13365124. OLE color: 13365124.

HSL color Cylindrical-coordinate representation of color #84EFCB: hue angle of 159.81º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84EFCB is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB132239203-
CMYK0.4500.150.06
HSL159.81º76.98%72.75%-
HSV(B)159.81º44.77%93.73%-
XYZ51.1670.9567.5-
YUV202.9128.0577.43-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.00%
GREEN value IS 239 (93.75% from 255) = 41.64%
BLUE value IS 203 (79.69% from 255) = 35.37%
R=23.00%
G=41.64%
B=35.37%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1322392030.4500.150.06159.8176.9872.75
Hex84EFCB2D0F6a04d49
Octal204357313550176240115111
Binary100001001110111111001011101101011111101010000010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84EFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,239,203); }

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

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

 a { background-color: rgb(132,239,203); }

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

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

 span { border-color: rgb(132,239,203); }

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