#83F0DC

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

Shades of Aquamarine #83F0DC

Tints of Aquamarine #83F0DC

Color information

#83F0DC (or 0x83F0DC) is unknown color: approx Aquamarine. HEX triplet: 83, F0 and DC. RGB value is (131,240,220). Sum of RGB (Red+Green+Blue) = 131+240+220=591 (78% of max value = 765). Red value is 131 (51.56% from 255 or 22.17% from 591); Green value is 240 (94.14% from 255 or 40.61% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 240 - color contains mainly: green. Hex color #83F0DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83F0DC is #7C0F23. Grayscale: #CDCDCD. Windows color (decimal): -8130340 or 14479491. OLE color: 14479491.

HSL color Cylindrical-coordinate representation of color #83F0DC: hue angle of 168.99º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83F0DC is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB131240220-
CMYK0.4500.080.06
HSL168.99º78.42%72.75%-
HSV(B)168.99º45.42%94.12%-
XYZ53.4472.3178.85-
YUV205.13136.3975.13-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 22.17%
GREEN value IS 240 (94.14% from 255) = 40.61%
BLUE value IS 220 (86.33% from 255) = 37.23%
R=22.17%
G=40.61%
B=37.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1312402200.4500.080.06168.9978.4272.75
Hex83F0DC2D086a94e49
Octal203360334550106251116111
Binary100000111111000011011100101101010001101010100110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83F0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,240,220); }

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

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

 a { background-color: rgb(131,240,220); }

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

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

 span { border-color: rgb(131,240,220); }

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