#83F5C6

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

Shades of Aquamarine #83F5C6

Tints of Aquamarine #83F5C6

Color information

#83F5C6 (or 0x83F5C6) is unknown color: approx Aquamarine. HEX triplet: 83, F5 and C6. RGB value is (131,245,198). Sum of RGB (Red+Green+Blue) = 131+245+198=574 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.82% from 574); Green value is 245 (96.09% from 255 or 42.68% from 574); Blue value is 198 (77.73% from 255 or 34.49% from 574); Max value from RGB is 245 - color contains mainly: green. Hex color #83F5C6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83F5C6 is #7C0A39. Grayscale: #CDCDCD. Windows color (decimal): -8129082 or 13038979. OLE color: 13038979.

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

Color convert

RGB131245198-
CMYK0.4700.190.04
HSL155.26º85.07%73.73%-
HSV(B)155.26º46.53%96.08%-
XYZ52.2174.2165-
YUV205.56123.7374.82-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 22.82%
GREEN value IS 245 (96.09% from 255) = 42.68%
BLUE value IS 198 (77.73% from 255) = 34.49%
R=22.82%
G=42.68%
B=34.49%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1312451980.4700.190.04155.2685.0773.73
Hex83F5C62F01349b554a
Octal203365306570234233125112
Binary1000001111110101110001101011110100111001001101110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83F5C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,245,198); }

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

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

 a { background-color: rgb(131,245,198); }

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

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

 span { border-color: rgb(131,245,198); }

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