#83F9CA

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

Shades of Aquamarine #83F9CA

Tints of Aquamarine #83F9CA

Color information

#83F9CA (or 0x83F9CA) is unknown color: approx Aquamarine. HEX triplet: 83, F9 and CA. RGB value is (131,249,202). Sum of RGB (Red+Green+Blue) = 131+249+202=582 (77% of max value = 765). Red value is 131 (51.56% from 255 or 22.51% from 582); Green value is 249 (97.66% from 255 or 42.78% from 582); Blue value is 202 (79.30% from 255 or 34.71% from 582); Max value from RGB is 249 - color contains mainly: green. Hex color #83F9CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83F9CA is #7C0635. Grayscale: #D0D0D0. Windows color (decimal): -8128054 or 13302147. OLE color: 13302147.

HSL color Cylindrical-coordinate representation of color #83F9CA: hue angle of 156.1º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83F9CA is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB131249202-
CMYK0.4700.190.02
HSL156.1º90.77%74.51%-
HSV(B)156.1º47.39%97.65%-
XYZ53.976.8467.87-
YUV208.36124.4172.82-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 22.51%
GREEN value IS 249 (97.66% from 255) = 42.78%
BLUE value IS 202 (79.30% from 255) = 34.71%
R=22.51%
G=42.78%
B=34.71%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1312492020.4700.190.02156.190.7774.51
Hex83F9CA2F01329c5b4b
Octal203371312570232234133113
Binary100000111111100111001010101111010011101001110010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83F9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,249,202); }

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

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

 a { background-color: rgb(131,249,202); }

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

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

 span { border-color: rgb(131,249,202); }

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