#83FFC0

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

Shades of Aquamarine #83FFC0

Tints of Aquamarine #83FFC0

Color information

#83FFC0 (or 0x83FFC0) is unknown color: approx Aquamarine. HEX triplet: 83, FF and C0. RGB value is (131,255,192). Sum of RGB (Red+Green+Blue) = 131+255+192=578 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.66% from 578); Green value is 255 (100% from 255 or 44.12% from 578); Blue value is 192 (75.39% from 255 or 33.22% from 578); Max value from RGB is 255 - color contains mainly: green. Hex color #83FFC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FFC0 is #7C003F. Grayscale: #D2D2D2. Windows color (decimal): -8126528 or 12648323. OLE color: 12648323.

HSL color Cylindrical-coordinate representation of color #83FFC0: hue angle of 149.52º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #83FFC0 is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB131255192-
CMYK0.4900.250
HSL149.52º100%75.69%-
HSV(B)149.52º48.63%100%-
XYZ54.6380.1562.46-
YUV210.74117.4271.12-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 22.66%
GREEN value IS 255 (100% from 255) = 44.12%
BLUE value IS 192 (75.39% from 255) = 33.22%
R=22.66%
G=44.12%
B=33.22%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1312551920.4900.250149.5210075.69
Hex83FFC031019096644c
Octal203377300610310226144114
Binary10000011111111111100000011000101100101001011011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83FFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,255,192); }

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

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

 a { background-color: rgb(131,255,192); }

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

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

 span { border-color: rgb(131,255,192); }

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