#83F3E4

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

Shades of Aquamarine #83F3E4

Tints of Aquamarine #83F3E4

Color information

#83F3E4 (or 0x83F3E4) is unknown color: approx Aquamarine. HEX triplet: 83, F3 and E4. RGB value is (131,243,228). Sum of RGB (Red+Green+Blue) = 131+243+228=602 (79% of max value = 765). Red value is 131 (51.56% from 255 or 21.76% from 602); Green value is 243 (95.31% from 255 or 40.37% from 602); Blue value is 228 (89.45% from 255 or 37.87% from 602); Max value from RGB is 243 - color contains mainly: green. Hex color #83F3E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83F3E4 is #7C0C1B. Grayscale: #CFCFCF. Windows color (decimal): -8129564 or 15004547. OLE color: 15004547.

HSL color Cylindrical-coordinate representation of color #83F3E4: hue angle of 171.96º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #83F3E4 is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB131243228-
CMYK0.4600.060.05
HSL171.96º82.35%73.33%-
HSV(B)171.96º46.09%95.29%-
XYZ55.4174.5384.86-
YUV207.8139.3973.22-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 21.76%
GREEN value IS 243 (95.31% from 255) = 40.37%
BLUE value IS 228 (89.45% from 255) = 37.87%
R=21.76%
G=40.37%
B=37.87%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1312432280.4600.060.05171.9682.3573.33
Hex83F3E42E065ac5249
Octal20336334456065254122111
Binary10000011111100111110010010111001101011010110010100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83F3E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83F3E4; }

 p { color: rgb(131,243,228); }

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

<style>
 a { background-color: #83F3E4; }

 a { background-color: rgb(131,243,228); }

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

<style>
 span { border-color: #83F3E4; }

 span { border-color: rgb(131,243,228); }

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