#83F4CC

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

Shades of Aquamarine #83F4CC

Tints of Aquamarine #83F4CC

Color information

#83F4CC (or 0x83F4CC) is unknown color: approx Aquamarine. HEX triplet: 83, F4 and CC. RGB value is (131,244,204). Sum of RGB (Red+Green+Blue) = 131+244+204=579 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.63% from 579); Green value is 244 (95.70% from 255 or 42.14% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 244 - color contains mainly: green. Hex color #83F4CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83F4CC is #7C0B33. Grayscale: #CDCDCD. Windows color (decimal): -8129332 or 13431939. OLE color: 13431939.

HSL color Cylindrical-coordinate representation of color #83F4CC: hue angle of 158.76º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #83F4CC is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB131244204-
CMYK0.4600.160.04
HSL158.76º83.7%73.53%-
HSV(B)158.76º46.31%95.69%-
XYZ52.6173.8968.62-
YUV205.65127.0674.75-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 22.63%
GREEN value IS 244 (95.70% from 255) = 42.14%
BLUE value IS 204 (80.08% from 255) = 35.23%
R=22.63%
G=42.14%
B=35.23%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1312442040.4600.160.04158.7683.773.53
Hex83F4CC2E01049f544a
Octal203364314560204237124112
Binary1000001111110100110011001011100100001001001111110101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83F4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,244,204); }

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

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

 a { background-color: rgb(131,244,204); }

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

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

 span { border-color: rgb(131,244,204); }

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