#83FDCE

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

Shades of Aquamarine #83FDCE

Tints of Aquamarine #83FDCE

Color information

#83FDCE (or 0x83FDCE) is unknown color: approx Aquamarine. HEX triplet: 83, FD and CE. RGB value is (131,253,206). Sum of RGB (Red+Green+Blue) = 131+253+206=590 (78% of max value = 765). Red value is 131 (51.56% from 255 or 22.20% from 590); Green value is 253 (99.22% from 255 or 42.88% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 253 - color contains mainly: green. Hex color #83FDCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FDCE is #7C0231. Grayscale: #D3D3D3. Windows color (decimal): -8127026 or 13565315. OLE color: 13565315.

HSL color Cylindrical-coordinate representation of color #83FDCE: hue angle of 156.89º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83FDCE is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB131253206-
CMYK0.4800.190.01
HSL156.89º96.83%75.29%-
HSV(B)156.89º48.22%99.22%-
XYZ55.6379.5370.81-
YUV211.16125.0870.82-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 22.20%
GREEN value IS 253 (99.22% from 255) = 42.88%
BLUE value IS 206 (80.86% from 255) = 34.92%
R=22.20%
G=42.88%
B=34.92%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1312532060.4800.190.01156.8996.8375.29
Hex83FDCE3001319d614b
Octal203375316600231235141113
Binary10000011111111011100111011000001001111001110111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83FDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,253,206); }

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

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

 a { background-color: rgb(131,253,206); }

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

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

 span { border-color: rgb(131,253,206); }

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